diff options
author | sibel <lesibel@free.fr> | 2009-11-14 18:37:50 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2009-11-14 18:37:50 +0100 |
commit | 5f8654f8237c37fb80f48b6da5d0e08bc532de16 (patch) | |
tree | 682c5aedcbc3c10972ec5838520d76af46f0a407 /kde/ktorrent/ktorrent.install | |
parent | 35e766af2c6a09fe5618a23bb85f31000cad459b (diff) | |
download | nutyx-pakxe-5f8654f8237c37fb80f48b6da5d0e08bc532de16.tar.gz nutyx-pakxe-5f8654f8237c37fb80f48b6da5d0e08bc532de16.tar.bz2 nutyx-pakxe-5f8654f8237c37fb80f48b6da5d0e08bc532de16.tar.xz nutyx-pakxe-5f8654f8237c37fb80f48b6da5d0e08bc532de16.zip |
Ajout de Ktorrent#3.3-1
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 +} |