summarylogtreecommitdiffstats
path: root/eduke32.install
diff options
context:
space:
mode:
authorCarsten Teibes2013-11-18 22:26:44 +0100
committerCarsten Teibes2013-11-18 22:26:44 +0100
commitc88d4865ee019bfde80d68774661880041352176 (patch)
tree8c0074199c43790486671d3ba6e8c0160d609a1b /eduke32.install
parent45352cbbf949678db0b17c08f38c2ac75f703847 (diff)
downloadaur-c88d4865ee019bfde80d68774661880041352176.tar.gz
[upd] 20131108_4145→20131116_4167, Cleanup
Diffstat (limited to 'eduke32.install')
-rw-r--r--eduke32.install12
1 files changed, 2 insertions, 10 deletions
diff --git a/eduke32.install b/eduke32.install
index 9ea1f8d62895..c7f94b3daaf3 100644
--- a/eduke32.install
+++ b/eduke32.install
@@ -1,17 +1,9 @@
post_install() {
echo "Remember you need Duke Nukem 3D data files to play."
-
- # apply updates for our .desktop file
- update-desktop-database -q
+ echo "You can put them under ~/.eduke32/"
}
post_upgrade() {
- # apply updates for our .desktop file
- update-desktop-database -q
-}
-
-post_remove() {
- # apply updates for our .desktop file
- update-desktop-database -q
+ post_install
}