From 9b3406cadd9aa157d0893198c1bdfeb4753bbc55 Mon Sep 17 00:00:00 2001 From: Ivan Gorinov Date: Mon, 31 Oct 2011 20:33:43 -0700 Subject: [PATCH] Added shlibs step --- debian/postinst | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 debian/postinst 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 -- 1.7.9.5