diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:09:08 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:09:08 +0200 |
commit | 314bf5fb018c01fd7ff04d7adcfcc35a884f77fa (patch) | |
tree | 918b1b74d253fa26b395969388e3d421a92c558a /office/kile/doinst.sh | |
parent | 73c7293a7f1f184f8b77b7da8c7764f9a9cac21e (diff) |
office/kile: Removed from 13.0 repository
Diffstat (limited to 'office/kile/doinst.sh')
-rw-r--r-- | office/kile/doinst.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/office/kile/doinst.sh b/office/kile/doinst.sh deleted file mode 100644 index 92421f23d2cd..000000000000 --- a/office/kile/doinst.sh +++ /dev/null @@ -1,12 +0,0 @@ -# Update the desktop menu database -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications -fi - -# Update icon cache if one exists -if [ -r usr/share/icons/hicolor/icon-theme.cache ]; then - if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache -t -f usr/share/icons/hicolor >/dev/null 2>&1 - fi -fi - |