From 223ca251f3ce07eb5484be845e631d6ca645b263 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 10 Apr 2012 00:01:08 +0000 Subject: Tue Apr 10 00:01:08 UTC 2012 --- community/kadu/kadu.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 community/kadu/kadu.install (limited to 'community/kadu/kadu.install') diff --git a/community/kadu/kadu.install b/community/kadu/kadu.install new file mode 100644 index 000000000..f32ae9d17 --- /dev/null +++ b/community/kadu/kadu.install @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} + -- cgit v1.2.3-54-g00ecf