summaryrefslogtreecommitdiff
path: root/libre/abuse-libre/abuse.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-01-09 04:39:32 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-01-09 04:39:32 -0200
commitf6fc3d982a13389b2e9937258542828e6a9d54fa (patch)
tree438a6527c3331c6682829d739953000f21a1821e /libre/abuse-libre/abuse.install
parent15eae1c0628fb12c17af2d78080b0553253fca21 (diff)
abuse-libre-0.8-4: updating revision, add mksource and fix syntax on provides, replaces and conflicts lines
* add desktop shortcut and made it X-friendly * add missing .install file * fix default settings so they also work if running the game in a virtual installation of Parabola
Diffstat (limited to 'libre/abuse-libre/abuse.install')
-rw-r--r--libre/abuse-libre/abuse.install16
1 files changed, 8 insertions, 8 deletions
diff --git a/libre/abuse-libre/abuse.install b/libre/abuse-libre/abuse.install
index 4d28ebacd..ad97d7bab 100644
--- a/libre/abuse-libre/abuse.install
+++ b/libre/abuse-libre/abuse.install
@@ -1,13 +1,13 @@
-# arg 1: the new package version
+post_upgrade() {
+ update-desktop-database -q
+}
+
post_install() {
-# echo "If you get a BOSS_ANT error trying to run abuse, copy /usr/share/games/abuse/gamma.lsp to ~/.abuse"
- echo "Abuse uses the original game levels by default. To use the frabs levels"
- echo "use '-datadir' or set 'datadir' in the abuserc to /usr/share/abuse/frabs"
+ post_upgrade
}
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
- post_install
+post_remove() {
+ post_upgrade
}
+# vim:set ts=2 sw=2 et: