summarylogtreecommitdiffstats
path: root/archuseriso.install
diff options
context:
space:
mode:
Diffstat (limited to 'archuseriso.install')
-rw-r--r--archuseriso.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/archuseriso.install b/archuseriso.install
new file mode 100644
index 000000000000..5193a8aa8561
--- /dev/null
+++ b/archuseriso.install
@@ -0,0 +1,18 @@
+post_install() {
+ echo
+ echo '==='
+ echo 'Advisory:'
+ echo
+ echo '* new command arguments order'
+ echo ' command_name <iso name> <usb device>'
+ echo '* new templates i3, lxqt'
+ echo
+ echo 'aui-mkusb --help for details.'
+ echo 'aui-mkinstall --help for details.'
+ echo '==='
+ echo
+}
+
+post_upgrade() {
+ post_install
+}