diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-10-24 17:20:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-24 17:20:46 +0700 |
commit | ca8805b41068ec2c351293be1daaae7ecc7c070e (patch) | |
tree | c9abeba539b29d27593c9ac6f28e4d519355d01f /games/zsxd/doinst.sh | |
parent | 02aae883f68f8cbf0ebc1b9522e29f4ee84ab40e (diff) |
games/zsxd: Added (Parodic Zelda fangame).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/zsxd/doinst.sh')
-rw-r--r-- | games/zsxd/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/zsxd/doinst.sh b/games/zsxd/doinst.sh new file mode 100644 index 0000000000000..3e5691a052b5b --- /dev/null +++ b/games/zsxd/doinst.sh @@ -0,0 +1,9 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + +if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then + if [ -x /usr/bin/gtk-update-icon-cache ]; then + /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi |