summaryrefslogtreecommitdiffstats
path: root/distributions/debian/maemo3/fbreader-maemo2.postinst
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-11 22:34:14 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-11 22:34:14 +0900
commit02625a605190ecc5b1387f59dfc32e8a883ef91d (patch)
treeed600a985122b2312af6655e02f0dc387eae10ab /distributions/debian/maemo3/fbreader-maemo2.postinst
parent2462d03f322261bd616721c2b2065c4004b36c9c (diff)
downloadtde-ebook-reader-02625a605190ecc5b1387f59dfc32e8a883ef91d.tar.gz
tde-ebook-reader-02625a605190ecc5b1387f59dfc32e8a883ef91d.zip
Remove autotools related files, '.pro' files and 'distribution' and '.pc' folders
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'distributions/debian/maemo3/fbreader-maemo2.postinst')
-rw-r--r--distributions/debian/maemo3/fbreader-maemo2.postinst21
1 files changed, 0 insertions, 21 deletions
diff --git a/distributions/debian/maemo3/fbreader-maemo2.postinst b/distributions/debian/maemo3/fbreader-maemo2.postinst
deleted file mode 100644
index fffe4ce..0000000
--- a/distributions/debian/maemo3/fbreader-maemo2.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