summarylogtreecommitdiffstats
path: root/savage2.install
diff options
context:
space:
mode:
authorSlashbunny2009-08-17 23:22:17 -0400
committerSlashbunny2009-08-17 23:22:17 -0400
commit755a7a6b96f13e9e507824a28f8d44c4e2c144e8 (patch)
tree04cdebeb26ee01c5109611a2cd82790a10b2731a /savage2.install
parente8309983d37c1d0ab1bbbf9b025f8384fffaf7ef (diff)
downloadaur-755a7a6b96f13e9e507824a28f8d44c4e2c144e8.tar.gz
Updated savage2 to 2.1.0.1
Diffstat (limited to 'savage2.install')
-rw-r--r--savage2.install15
1 files changed, 5 insertions, 10 deletions
diff --git a/savage2.install b/savage2.install
index 06262eea850a..5182e85ff6f9 100644
--- a/savage2.install
+++ b/savage2.install
@@ -1,21 +1,16 @@
post_install() {
-# Update runpath
- cd /opt/Savage2
- ./savage2_update.bin --update-runpath
-
+ # Update runpath
+ cd /opt/savage2
+ ./savage2_update.bin --update-runpath
}
post_upgrade() {
post_install $1
-
}
post_remove() {
-# Remove updates
-if [ -d /opt/Savage2 ]; then
- rm -r /opt/Savage2
-fi
-
+ echo "==> To completely remove Savage 2, you will need to manually remove"
+ echo "==> /opt/savage2/ as root"
}
op=$1