summarylogtreecommitdiffstats
path: root/sqrxz2.install
diff options
context:
space:
mode:
Diffstat (limited to 'sqrxz2.install')
-rw-r--r--sqrxz2.install8
1 files changed, 1 insertions, 7 deletions
diff --git a/sqrxz2.install b/sqrxz2.install
index 9b63e14fc966..806c8d0d7a57 100644
--- a/sqrxz2.install
+++ b/sqrxz2.install
@@ -1,19 +1,13 @@
post_install() {
- # updates for our .desktop file
- update-desktop-database -q
-
echo "You need to be in the games group for save functionality"
}
post_upgrade() {
- post_install $1
+ post_install
}
post_remove() {
- # updates for our .desktop file
- update-desktop-database -q
-
if [ -d /opt/sqrxz2 ]; then
echo "You may safely delete /opt/sqrxz2 and it's contents (config/highscore files) if you don't need them."
fi