diff options
author | Phillip Warner <pc_warner@yahoo.com> | 2010-05-11 22:53:47 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:53:47 +0200 |
commit | 160c11c9896b479e9a2b3850f9de750b70893803 (patch) | |
tree | 411bf43875dc04be066ddef07d3bda798cb321af /games/smc/doinst.sh | |
parent | d93495cdcf1751829f06899bb4eedd3b28deae41 (diff) | |
download | slackbuilds-160c11c9896b479e9a2b3850f9de750b70893803.tar.gz |
games/smc: Added to 12.1 repository
Diffstat (limited to 'games/smc/doinst.sh')
-rw-r--r-- | games/smc/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/smc/doinst.sh b/games/smc/doinst.sh new file mode 100644 index 0000000000..140e332222 --- /dev/null +++ b/games/smc/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications +fi |