From 715631caf52784c47c8ed3aeb6cbdba2715a08db Mon Sep 17 00:00:00 2001 From: root Date: Sun, 26 Jun 2011 23:06:14 +0000 Subject: Sun Jun 26 23:06:14 UTC 2011 --- community/picard/install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 community/picard/install (limited to 'community/picard/install') diff --git a/community/picard/install b/community/picard/install new file mode 100644 index 000000000..b46fab005 --- /dev/null +++ b/community/picard/install @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &>/dev/null + update-desktop-database -q &>/dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3-54-g00ecf