diff options
| author | MagicMan <MagicMan07@bluebottle.com> | 2010-05-11 14:28:18 +0200 |
|---|---|---|
| committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 14:28:18 +0200 |
| commit | 301b133da0424db645914507653afb91b991d119 (patch) | |
| tree | 5f3ce6c5848fe8d0a74a8d76d0d1a5c1df319c9d /games/foobillard/doinst.sh | |
| parent | 7c5e33085ba74298b9de1f3b3ef840836cee3b0c (diff) | |
games/foobillard: Initial import
Diffstat (limited to 'games/foobillard/doinst.sh')
| -rw-r--r-- | games/foobillard/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/foobillard/doinst.sh b/games/foobillard/doinst.sh new file mode 100644 index 0000000000..98d466d8b9 --- /dev/null +++ b/games/foobillard/doinst.sh @@ -0,0 +1,3 @@ +if [ -x usr/bin/update-desktop-database ]; then + ./usr/bin/update-desktop-database ./usr/share/applications >/dev/null 2>&1 +fi |
