Added shlibs step
authorIvan Gorinov <igorinov@gmail.com>
Tue, 1 Nov 2011 03:33:43 +0000 (20:33 -0700)
committerIvan Gorinov <igorinov@gmail.com>
Tue, 1 Nov 2011 03:33:43 +0000 (20:33 -0700)
debian/postinst [new file with mode: 0644]

diff --git a/debian/postinst b/debian/postinst
new file mode 100644 (file)
index 0000000..79fb6dd
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh -e
+
+gtk-update-icon-cache -f /usr/share/icons/hicolor
+
+exit 0