From 9a6b691757346035549dbd12d1323301d04a6675 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 26 Jun 2012 00:01:48 +0000 Subject: Tue Jun 26 00:01:48 UTC 2012 --- testing/calligra/calligra-flow.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 testing/calligra/calligra-flow.install (limited to 'testing/calligra/calligra-flow.install') diff --git a/testing/calligra/calligra-flow.install b/testing/calligra/calligra-flow.install new file mode 100644 index 000000000..6c87527e2 --- /dev/null +++ b/testing/calligra/calligra-flow.install @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3-54-g00ecf