summaryrefslogtreecommitdiffstats
path: root/distributions/debian/maemo5/fbreader.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'distributions/debian/maemo5/fbreader.postinst')
-rw-r--r--distributions/debian/maemo5/fbreader.postinst21
1 files changed, 0 insertions, 21 deletions
diff --git a/distributions/debian/maemo5/fbreader.postinst b/distributions/debian/maemo5/fbreader.postinst
deleted file mode 100644
index fffe4ce..0000000
--- a/distributions/debian/maemo5/fbreader.postinst
+++ /dev/null
@@ -1,21 +0,0 @@
-#! /bin/sh
-
-if [ -x /usr/bin/gtk-update-icon-cache ]
-then
- /usr/bin/gtk-update-icon-cache -f /usr/share/icons/hicolor
-fi
-
-if [ -x /usr/bin/update-desktop-database ]
-then
- /usr/bin/update-desktop-database
-fi
-
-if [ -x /usr/bin/update-mime-database ]
-then
- /usr/bin/update-mime-database /usr/share/mime
-fi
-
-if [ "$1" = "configure" -a -z "$2" -a -x /usr/bin/maemo-select-menu-location ]
-then
- /usr/bin/maemo-select-menu-location FBReader.desktop
-fi