diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-16 00:57:15 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-16 00:57:15 -0500 |
commit | 9b410b93533515b9456fa65f08b2aed614e489a7 (patch) | |
tree | 6641d2b2080c2703b68f995f3845757f89984706 /desktop/fusion-icon/doinst.sh | |
parent | 7688ed87ff6090c9c3e331278891e9fe00462681 (diff) |
desktop/fusion-icon: Removed (unmaintained)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/fusion-icon/doinst.sh')
-rw-r--r-- | desktop/fusion-icon/doinst.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/desktop/fusion-icon/doinst.sh b/desktop/fusion-icon/doinst.sh deleted file mode 100644 index a61bc59590f18..0000000000000 --- a/desktop/fusion-icon/doinst.sh +++ /dev/null @@ -1,7 +0,0 @@ -if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache -f -t usr/share/icons/hicolor >/dev/null 2>&1 -fi - -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1 -fi |