From: Ivan Gorinov Date: Tue, 1 Nov 2011 03:33:43 +0000 (-0700) Subject: Added shlibs step X-Git-Url: https://vcs.maemo.org/git/?p=ameter;a=commitdiff_plain;h=9b3406cadd9aa157d0893198c1bdfeb4753bbc55 Added shlibs step --- diff --git a/debian/postinst b/debian/postinst new file mode 100644 index 0000000..79fb6dd --- /dev/null +++ b/debian/postinst @@ -0,0 +1,5 @@ +#!/bin/sh -e + +gtk-update-icon-cache -f /usr/share/icons/hicolor + +exit 0