summarylogtreecommitdiffstats
path: root/archuseriso.install
diff options
context:
space:
mode:
Diffstat (limited to 'archuseriso.install')
-rw-r--r--archuseriso.install19
1 files changed, 0 insertions, 19 deletions
diff --git a/archuseriso.install b/archuseriso.install
deleted file mode 100644
index 2e3dc29d72a7..000000000000
--- a/archuseriso.install
+++ /dev/null
@@ -1,19 +0,0 @@
-post_install() {
- echo
- echo '==='
- echo 'New major release:'
- echo
- echo '* Live USB with GPT partition table'
- echo '* Persistence Bios Legacy support'
- echo '* Partition size option'
- echo '* aui-mkpersistence command deprecated'
- echo ' use aui-mkusb for Live USB creation'
- echo
- echo 'aui-mkusb --help for details.'
- echo '==='
- echo
-}
-
-post_upgrade() {
- post_install
-}