diff options
author | Ricardo J. Barberis <ricardo.barberis@gmail.com> | 2018-03-21 10:53:45 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-03-21 10:53:45 +0000 |
commit | 434bd73733c6f95bbaae648524042d1f62d81513 (patch) | |
tree | 8be35baee2aa807ee15815cec3b639e43289d994 /system/kcollectd/doinst.sh | |
parent | ba41970c03f334dde2c6303f7c48955ccb2fa583 (diff) |
system/kcollectd: Added (Qt4-based frontend for collectd).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/kcollectd/doinst.sh')
-rw-r--r-- | system/kcollectd/doinst.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system/kcollectd/doinst.sh b/system/kcollectd/doinst.sh new file mode 100644 index 0000000000000..e217a75f451c3 --- /dev/null +++ b/system/kcollectd/doinst.sh @@ -0,0 +1,13 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + +if [ -x /usr/bin/update-mime-database ]; then + /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 +fi + +if [ -e usr/share/icons/oxygen/icon-theme.cache ]; then + if [ -x /usr/bin/gtk-update-icon-cache ]; then + /usr/bin/gtk-update-icon-cache usr/share/icons/oxygen >/dev/null 2>&1 + fi +fi |