diff options
author | Petar Petrov <ppetrov@paju.oulu.fi> | 2012-04-08 11:04:43 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-04-08 11:04:43 -0400 |
commit | 4106c099840b1ef764c421038cb66d0ab2ce7ff7 (patch) | |
tree | a1351475cdd09d3870e75277358efc465568ec21 /games/supertux2/doinst.sh | |
parent | e6fd9d52f0fc37098dd696849df19dc1eb4dd628 (diff) |
games/supertux2: Added (The development snapshot of SuperTux)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/supertux2/doinst.sh')
-rw-r--r-- | games/supertux2/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/supertux2/doinst.sh b/games/supertux2/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/games/supertux2/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi |