diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-12-16 23:53:58 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-02-02 02:12:49 -0600 |
commit | 3f34eab27a3a89b61610abd45f8c21ac61e9429e (patch) | |
tree | c222b4703cd0d086968d0f43612fda5b731f4b01 /system/rodent/doinst.sh | |
parent | 7f4c6a1a29aa1515a7ff859628f798e7eaf478c8 (diff) | |
download | slackbuilds-3f34eab27a3a89b61610abd45f8c21ac61e9429e.tar.gz |
system/rodent: Removed (No SBo Maintainer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/rodent/doinst.sh')
-rw-r--r-- | system/rodent/doinst.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/system/rodent/doinst.sh b/system/rodent/doinst.sh deleted file mode 100644 index 1f8ff67ded..0000000000 --- a/system/rodent/doinst.sh +++ /dev/null @@ -1,10 +0,0 @@ -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 - |