summarylogtreecommitdiffstats
path: root/archuseriso.install
diff options
context:
space:
mode:
Diffstat (limited to 'archuseriso.install')
-rw-r--r--archuseriso.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/archuseriso.install b/archuseriso.install
deleted file mode 100644
index 5193a8aa8561..000000000000
--- a/archuseriso.install
+++ /dev/null
@@ -1,18 +0,0 @@
-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
-}