From 7b0cdd65ac7bcd3c7597b528a10de58e4e0a430f Mon Sep 17 00:00:00 2001 From: root Date: Wed, 9 Nov 2011 23:14:53 +0000 Subject: Wed Nov 9 23:14:53 UTC 2011 --- staging/koffice/krita.install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 staging/koffice/krita.install (limited to 'staging/koffice/krita.install') diff --git a/staging/koffice/krita.install b/staging/koffice/krita.install new file mode 100644 index 000000000..5d458de55 --- /dev/null +++ b/staging/koffice/krita.install @@ -0,0 +1,13 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-mime-database usr/share/mime &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3-54-g00ecf