added postinst script to debian/
[findit] / debian / postinst
diff --git a/debian/postinst b/debian/postinst
new file mode 100755 (executable)
index 0000000..887ea06
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/sh
+## ----------------------------------------------------------------------
+## debian/postinst : postinstallation script for findit
+## ----------------------------------------------------------------------
+
+## ----------------------------------------------------------------------
+set -e
+
+gtk-update-icon-cache -f /usr/share/icons/hicolor
+
+exit 0