From a7a5f4160bb345e35c58a565494d4416f601fc17 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 16 May 2012 00:02:54 +0000 Subject: Wed May 16 00:02:54 UTC 2012 --- staging/calligra/calligra-krita.install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 staging/calligra/calligra-krita.install (limited to 'staging/calligra/calligra-krita.install') diff --git a/staging/calligra/calligra-krita.install b/staging/calligra/calligra-krita.install new file mode 100644 index 000000000..33d234a02 --- /dev/null +++ b/staging/calligra/calligra-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 +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf