diff options
author | root <root@rshg054.dnsready.net> | 2012-08-25 03:52:07 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-25 03:52:07 +0000 |
commit | ed5050e0ce34cfd42511b855ff7c57f46ad65fc5 (patch) | |
tree | 7a5d0d66a75400db9cff5c7f4025d293c5efa9b9 /libre/kdebase-runtime-libre/kdebase-runtime.install | |
parent | 29896582b8f0f163c9b880fa64ee948d470ef5ba (diff) |
Sat Aug 25 03:52:03 UTC 2012
Diffstat (limited to 'libre/kdebase-runtime-libre/kdebase-runtime.install')
-rw-r--r-- | libre/kdebase-runtime-libre/kdebase-runtime.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/kdebase-runtime-libre/kdebase-runtime.install b/libre/kdebase-runtime-libre/kdebase-runtime.install new file mode 100644 index 000000000..c77e68041 --- /dev/null +++ b/libre/kdebase-runtime-libre/kdebase-runtime.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 +} |