diff options
author | Piotr Janaszek <pjanas01@gmail.com> | 2015-06-05 06:57:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-05 06:57:10 +0700 |
commit | 15f45b17a76f7baff5119e431a0f06a4652f8f3d (patch) | |
tree | f0b58ce2e49a339a84f796296e244a1d85f8ebb6 /desktop/rodent/doinst.sh | |
parent | d118519990bd9b3f8da760cc23bf01e18a154446 (diff) |
desktop/rodent: Added (Rodent Filemanager).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/rodent/doinst.sh')
-rw-r--r-- | desktop/rodent/doinst.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop/rodent/doinst.sh b/desktop/rodent/doinst.sh new file mode 100644 index 0000000000000..1f8ff67dedb29 --- /dev/null +++ b/desktop/rodent/doinst.sh @@ -0,0 +1,10 @@ +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 + |