diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-12 23:29:16 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:29:16 +0200 |
commit | a5067fbcceb21542536a1f438eb401f69eadf9c3 (patch) | |
tree | f84db6cc41aa67487e05c186e99863164b8f2161 /games/desmume/doinst.sh | |
parent | e8259575a4e93bcd88cc8eeb4019d4532337d8b9 (diff) | |
download | slackbuilds-a5067fbcceb21542536a1f438eb401f69eadf9c3.tar.gz |
games/desmume: Added to 12.2 repository
Diffstat (limited to 'games/desmume/doinst.sh')
-rw-r--r-- | games/desmume/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/desmume/doinst.sh b/games/desmume/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/desmume/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 |