summaryrefslogtreecommitdiffstats
path: root/system/filerunner/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/filerunner/doinst.sh')
-rw-r--r--system/filerunner/doinst.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/system/filerunner/doinst.sh b/system/filerunner/doinst.sh
deleted file mode 100644
index f05aaf46fc..0000000000
--- a/system/filerunner/doinst.sh
+++ /dev/null
@@ -1,14 +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
-
-# If there's no fr link, take over:
-if [ ! -r usr/bin/fr ]; then
- ( cd usr/bin ; ln -sf filerunner fr )
-fi