makedeb
An utility to directly boot image files without reformating the USB
Click here to go back to the commit logs for ventoy-bin.
Hash: 94813dcfef681767e6f8b6a37df2f1d771c7bc7f
Message: include install script with note about web ui
diff --git a/.SRCINFO b/.SRCINFO
index e52f58e..d85347a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ventoy-bin
pkgdesc = A new multiboot USB solution (Binary)
pkgver = 1.0.36
- pkgrel = 1
+ pkgrel = 2
url = http://www.ventoy.net/
arch = i686
arch = x86_64
diff --git a/.gitignore b/.gitignore
index c7e4c9f..cff6491 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
!.SRCINFO
!ventoy
!sanitize.patch
+!ventoy.install
diff --git a/PKGBUILD b/PKGBUILD
index c0eb37e..193ef3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ventoy-bin
pkgver=1.0.36
-pkgrel=1
+pkgrel=2
pkgdesc='A new multiboot USB solution (Binary)'
url='http://www.ventoy.net/'
arch=('i686' 'x86_64')
diff --git a/ventoy.install b/ventoy.install
new file mode 100644
index 0000000..6ae0885
--- /dev/null
+++ b/ventoy.install
@@ -0,0 +1,9 @@
+post_upgrade() {
+ [ $(vercmp $2 1.0.36) -eq -1 ] && post_install
+}
+
+post_install() {
+ echo -e "\e[1;32m==>\e[0;1m ventoy-bin"
+ echo -e "\e[1;34m ->\e[0;1m Please note that usage of the newly added web UI is not yet recommended."
+ echo -e "\e[1;34m ->\e[0;1m It needs to be adapted to the Arch Linux file system hierarchy first."
+}