summaryrefslogtreecommitdiffstats
path: root/games/noteye/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'games/noteye/doinst.sh')
-rw-r--r--games/noteye/doinst.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/noteye/doinst.sh b/games/noteye/doinst.sh
new file mode 100644
index 0000000000..9fa0d8b3fa
--- /dev/null
+++ b/games/noteye/doinst.sh
@@ -0,0 +1,13 @@
+
+# create empty high score file only if there isn't one
+if [ ! -e var/games/hydrascores.sav ]; then
+ touch var/games/hydrascores.sav
+fi
+
+# always reset perms/ownership
+chmod 660 var/games/hydrascores.sav
+chown root:games var/games/hydrascores.sav
+
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi