summarylogtreecommitdiffstats
path: root/eduke32.install
diff options
context:
space:
mode:
authorCarsten Teibes2013-09-17 14:58:41 +0200
committerCarsten Teibes2013-09-17 14:58:41 +0200
commitc4f884afd46a5e695c4d6fb222eeb05954937b9f (patch)
treee6372185f496137155eb58f4a098c3c2fb49508e /eduke32.install
downloadaur-c4f884afd46a5e695c4d6fb222eeb05954937b9f.tar.gz
[add] eduke32 20130915_4065
Diffstat (limited to 'eduke32.install')
-rw-r--r--eduke32.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/eduke32.install b/eduke32.install
new file mode 100644
index 000000000000..9ea1f8d62895
--- /dev/null
+++ b/eduke32.install
@@ -0,0 +1,17 @@
+
+post_install() {
+ echo "Remember you need Duke Nukem 3D data files to play."
+
+ # apply updates for our .desktop file
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ # apply updates for our .desktop file
+ update-desktop-database -q
+}
+
+post_remove() {
+ # apply updates for our .desktop file
+ update-desktop-database -q
+}