summaryrefslogtreecommitdiffstats
path: root/office/kmymoney/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'office/kmymoney/doinst.sh')
-rw-r--r--office/kmymoney/doinst.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/office/kmymoney/doinst.sh b/office/kmymoney/doinst.sh
deleted file mode 100644
index 4f59bd45f1..0000000000
--- a/office/kmymoney/doinst.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-if [ -x /usr/bin/update-desktop-database ]; then
- /usr/bin/update-desktop-database 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 -f usr/share/icons/hicolor >/dev/null 2>&1
- fi
-fi
-
-if [ -x /usr/bin/update-mime-database ]; then
- /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
-fi