diff options
Diffstat (limited to 'savage2/savage2.install')
-rw-r--r-- | savage2/savage2.install | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/savage2/savage2.install b/savage2/savage2.install deleted file mode 100644 index c17c61b..0000000 --- a/savage2/savage2.install +++ /dev/null @@ -1,18 +0,0 @@ -post_install() { - # Update runpath - cd /opt/savage2 - ./savage2_update.bin --update-runpath -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - echo "==> To completely remove Savage 2, you will need to manually remove" - echo "==> /opt/savage2/ as root" -} - -op=$1 -shift -$op $* |