diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-13 00:58:08 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:58:08 +0200 |
commit | 86d82bb6852264cf20cc262791caa6110001dd0b (patch) | |
tree | 8c93b61d005965aa52285123ba8060fae9c1b8e5 /games/egoboo/doinst.sh | |
parent | c895321b54fa971613f36fbe9c6ab66a8cd79543 (diff) | |
download | slackbuilds-86d82bb6852264cf20cc262791caa6110001dd0b.tar.gz |
games/egoboo: Added to 13.0 repository
Diffstat (limited to 'games/egoboo/doinst.sh')
-rw-r--r-- | games/egoboo/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/egoboo/doinst.sh b/games/egoboo/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/games/egoboo/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + |