diff options
author | M.Dinslage <daedra1{at}charter{dot}net> | 2010-05-13 00:58:09 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:58:09 +0200 |
commit | fa3f7f98d2af3e385be632aa3bc9a5a1e0e17dcc (patch) | |
tree | bcb0e5397640a11e8ce93d462c6d65a84e7f3ea5 /games/fceux/doinst.sh | |
parent | 86d82bb6852264cf20cc262791caa6110001dd0b (diff) | |
download | slackbuilds-fa3f7f98d2af3e385be632aa3bc9a5a1e0e17dcc.tar.gz |
games/fceux: Added to 13.0 repository
Diffstat (limited to 'games/fceux/doinst.sh')
-rw-r--r-- | games/fceux/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/fceux/doinst.sh b/games/fceux/doinst.sh new file mode 100644 index 0000000000..a9ca196938 --- /dev/null +++ b/games/fceux/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications 2>/dev/null +fi + |