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.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/calligra/calligra.install (limited to 'testing/calligra/calligra.install') diff --git a/testing/calligra/calligra.install b/testing/calligra/calligra.install new file mode 100644 index 000000000..e70c054ec --- /dev/null +++ b/testing/calligra/calligra.install @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3-54-g00ecf