summaryrefslogtreecommitdiffstats
path: root/kde/ktorrent/ktorrent.install
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-16 17:41:21 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-16 17:41:21 +0100
commit5618c6784851e1eaeef7af8cfbdde34e99950d71 (patch)
treefc1881f1c67498af435f21f854d5fc5856252256 /kde/ktorrent/ktorrent.install
parent859b27d94aa9a811dbe42360c7ab6d1d4302a87f (diff)
parentf9ace4611d087035d641aa6c093d24cd2c9b2848 (diff)
downloadnutyx-pakxe-5618c6784851e1eaeef7af8cfbdde34e99950d71.tar.gz
nutyx-pakxe-5618c6784851e1eaeef7af8cfbdde34e99950d71.tar.bz2
nutyx-pakxe-5618c6784851e1eaeef7af8cfbdde34e99950d71.tar.xz
nutyx-pakxe-5618c6784851e1eaeef7af8cfbdde34e99950d71.zip
Merge commit 'lesibel/master'
Diffstat (limited to 'kde/ktorrent/ktorrent.install')
-rw-r--r--kde/ktorrent/ktorrent.install12
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
+}