From d286d980d2ff42151e9bc81ec348c864c24f9cc4 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 16 Oct 2011 23:14:27 +0000 Subject: Sun Oct 16 23:14:27 UTC 2011 --- staging/koffice/koffice.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 staging/koffice/koffice.install (limited to 'staging/koffice/koffice.install') diff --git a/staging/koffice/koffice.install b/staging/koffice/koffice.install new file mode 100644 index 000000000..6c87527e2 --- /dev/null +++ b/staging/koffice/koffice.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