diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-11 22:53:48 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:53:48 +0200 |
commit | 2e06e1bc1d05c47679300ce666d2070022d812e7 (patch) | |
tree | 6e5777037b580d65ae43f57e3ec7fc99b93a3f19 /games/supertux/doinst.sh | |
parent | 22ec2e28732353166c5e50b1c14baf0c13036067 (diff) | |
download | slackbuilds-2e06e1bc1d05c47679300ce666d2070022d812e7.tar.gz |
games/supertux: Added to 12.1 repository
Diffstat (limited to 'games/supertux/doinst.sh')
-rw-r--r-- | games/supertux/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/supertux/doinst.sh b/games/supertux/doinst.sh new file mode 100644 index 0000000000..c3651bc867 --- /dev/null +++ b/games/supertux/doinst.sh @@ -0,0 +1,5 @@ + +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1 +fi + |