diff options
author | Chess Griffin <chess@chessgriffin.com> | 2010-05-11 20:00:34 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 20:00:34 +0200 |
commit | 7539f81c522bd356a6050831fb806830011d1ab2 (patch) | |
tree | 130ed661eb3614e15c20180a389ad182e362b612 /games/openttd/doinst.sh | |
parent | 8d943b6c0e461c8f72db010f4a7d7cbaa4a16166 (diff) | |
download | slackbuilds-7539f81c522bd356a6050831fb806830011d1ab2.tar.gz |
games/openttd: Added to 12.0 repository
Diffstat (limited to 'games/openttd/doinst.sh')
-rw-r--r-- | games/openttd/doinst.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/games/openttd/doinst.sh b/games/openttd/doinst.sh new file mode 100644 index 0000000000..474753e464 --- /dev/null +++ b/games/openttd/doinst.sh @@ -0,0 +1,8 @@ + +if [ -x usr/bin/update-desktop-database ]; then + ./usr/bin/update-desktop-database ./usr/share/applications >/dev/null 2>&1 +fi + +if [ -x usr/bin/update-mime-database ]; then + ./usr/bin/update-mime-database ./usr/share/mime >/dev/null 2>&1 +fi |