summarylogtreecommitdiffstats
path: root/lostlabyrinth.install
diff options
context:
space:
mode:
authorJaroslav Lichtblau2014-11-28 20:17:14 +0100
committerJaroslav Lichtblau2014-11-28 20:17:14 +0100
commit0d8a6672b2aeb4381dfed297481346b374f05097 (patch)
tree60f0d373543c10e00c2308b4c01d371c3eb5f159 /lostlabyrinth.install
downloadaur-0d8a6672b2aeb4381dfed297481346b374f05097.tar.gz
Initial PKGBUILD status as of 28.11.2014
Diffstat (limited to 'lostlabyrinth.install')
-rw-r--r--lostlabyrinth.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/lostlabyrinth.install b/lostlabyrinth.install
new file mode 100644
index 000000000000..722a433ee386
--- /dev/null
+++ b/lostlabyrinth.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo -n "Updating desktop database ..."
+ update-desktop-database -q
+ echo " done."
+}
+
+post_remove() {
+ echo "=> If you will not play Lost Labyrinth in the future, remove the directory '/usr/share/lostlabyrinth'."
+}