diff options
author | Panagiotis Nikolaou <hostmaster@slackonly.com> | 2015-11-13 02:09:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-13 02:09:43 +0700 |
commit | f3d9e133bfbc822dbf4ed7f37f3a47e5dba28957 (patch) | |
tree | e2ffe8eb002560a8de10cb29d655e592f2219217 /system/gencfs/doinst.sh | |
parent | 880444f3385a6412339f96fe395194efb3b996d9 (diff) |
system/gencfs: Added (Graphical Front End for Encfs).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/gencfs/doinst.sh')
-rw-r--r-- | system/gencfs/doinst.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system/gencfs/doinst.sh b/system/gencfs/doinst.sh new file mode 100644 index 0000000000000..9424ce43ff572 --- /dev/null +++ b/system/gencfs/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/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 |