aboutsummaryrefslogtreecommitdiff
path: root/games/tint/doinst.sh
diff options
context:
space:
mode:
authorAlexander Verbovetsky <alik@ejik.org>2022-07-08 05:01:38 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-07-09 10:06:05 +0700
commit32ff5f5313c8521cb1db589e5d726e31284ac8db (patch)
treef5361050f8fe51ad0bc018e8095848148ba083f0 /games/tint/doinst.sh
parentd362d929b96b46d8791a0c6dcc9a9d04fbac133b (diff)
games/tint: Added (tetris clone for the terminal)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/tint/doinst.sh')
-rw-r--r--games/tint/doinst.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/games/tint/doinst.sh b/games/tint/doinst.sh
new file mode 100644
index 0000000000000..7023b60665247
--- /dev/null
+++ b/games/tint/doinst.sh
@@ -0,0 +1,7 @@
+touch /var/games/tint.scores
+chown root:games /var/games/tint.scores
+chmod 0664 /var/games/tint.scores
+
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi