diff options
author | khronosschoty <khronosschoty@posteo.org> | 2018-06-20 00:10:36 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-06-23 08:44:01 +0700 |
commit | d41020bcf0fda3c80f5c28afc3cdc25b177a2fdd (patch) | |
tree | 8d127ab2cafd86a9405663a2f595d54d05195ce5 /network/basilisk-bin/doinst.sh | |
parent | 9319bd2c8bceb36518a4442b90c1e3b1ac4a3f42 (diff) |
network/basilisk-bin: Added (Web browser).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/basilisk-bin/doinst.sh')
-rw-r--r-- | network/basilisk-bin/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/network/basilisk-bin/doinst.sh b/network/basilisk-bin/doinst.sh new file mode 100644 index 0000000000000..65c7e2eeb9aa5 --- /dev/null +++ b/network/basilisk-bin/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 -f usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi |