build fix
[cpufrequi] / debian / qstardict.postinst
diff --git a/debian/qstardict.postinst b/debian/qstardict.postinst
deleted file mode 100755 (executable)
index 1c71f5c..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-gtk-update-icon-cache -f /usr/share/icons/hicolor
-
-MAEMO_SELECT_MENU=/usr/bin/maemo-select-menu-location
-
-oldversion="$2"
-if [ -f $MAEMO_SELECT_MENU ]; then
-  if [ -z "$oldversion" ]; then
-    maemo-select-menu-location qstardict.desktop
-  fi
-fi
-
-exit 0