From e3c21a8456cf86bf955262b71af2bfe4afd25ccc Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 22 Aug 2010 19:33:54 +0200 Subject: mass commit everything Signed-off-by: Florian Pritz --- qt-beta1/qt.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 qt-beta1/qt.install (limited to 'qt-beta1/qt.install') diff --git a/qt-beta1/qt.install b/qt-beta1/qt.install new file mode 100644 index 0000000..e70c054 --- /dev/null +++ b/qt-beta1/qt.install @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3-24-g4f1b