diff options
author | B. Watson <yalhcru@gmail.com> | 2018-08-08 19:51:47 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-11 07:23:06 +0700 |
commit | a43148d764e6a2abf1c5f7fe336105379acb57de (patch) | |
tree | 1ee5adbacf1377c1c3f315728ffcc7cffb26168f /development/hexinator/doinst.sh | |
parent | adfaaae3f608e9a0d18ced8a5c55ffec21381aa9 (diff) |
development/hexinator: Added (proprietary graphical hex editor).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/hexinator/doinst.sh')
-rw-r--r-- | development/hexinator/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/development/hexinator/doinst.sh b/development/hexinator/doinst.sh new file mode 100644 index 0000000000000..3e5691a052b5b --- /dev/null +++ b/development/hexinator/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 |