diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-12 23:29:39 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:29:39 +0200 |
commit | 2f02251229ef935ce23079b9311f92d875d592e7 (patch) | |
tree | e8cc62f3bb82241c643c4fe0bc1bdb7cd93380cb /games/yabause/doinst.sh | |
parent | 2ee6efb7ac6524023c4cdefe0d7ad1e42d91713d (diff) | |
download | slackbuilds-2f02251229ef935ce23079b9311f92d875d592e7.tar.gz |
games/yabause: Added to 12.2 repository
Diffstat (limited to 'games/yabause/doinst.sh')
-rw-r--r-- | games/yabause/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/yabause/doinst.sh b/games/yabause/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/games/yabause/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 + |