diff options
author | Sergio Vicari <sercari@esdebian.org> | 2014-02-25 07:43:38 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-02-25 07:43:38 +0700 |
commit | 8fbb1714b77038cb69cbb97f00b18c3257b2512b (patch) | |
tree | bf422c29d156b3b1350eeed6cd133619afe703eb /games/fillets-ng/doinst.sh | |
parent | 462daaacc5733c7a2aee3a8c867b19d76a0c3297 (diff) | |
download | slackbuilds-8fbb1714b77038cb69cbb97f00b18c3257b2512b.tar.gz |
games/fillets-ng: Added (Fish Fillets NG).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/fillets-ng/doinst.sh')
-rw-r--r-- | games/fillets-ng/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/fillets-ng/doinst.sh b/games/fillets-ng/doinst.sh new file mode 100644 index 0000000000..ef0cf43a90 --- /dev/null +++ b/games/fillets-ng/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database usr/share/applications &> /dev/null +fi |