added postinst script to debian/
authorEugene Gagarin <mosfet07@ya.ru>
Sat, 28 Feb 2009 14:31:00 +0000 (17:31 +0300)
committerWall <wall@gmail.com>
Sat, 28 Feb 2009 15:33:50 +0000 (15:33 +0000)
debian/postinst [new file with mode: 0755]

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