diff options
Diffstat (limited to 'kde/ktorrent/ktorrent.install')
-rw-r--r-- | kde/ktorrent/ktorrent.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kde/ktorrent/ktorrent.install b/kde/ktorrent/ktorrent.install new file mode 100644 index 000000000..3884b350d --- /dev/null +++ b/kde/ktorrent/ktorrent.install @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-mime-database usr/share/mime &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |