summaryrefslogtreecommitdiff
path: root/nonprism/kdenetwork-kopete/kdenetwork.install
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-03 16:43:58 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-03 16:43:58 -0300
commit3065c3601a9ff2f84902f4e336e30ae962df8509 (patch)
tree134160a91f618a57e5f7f52675bd916e7e0c703a /nonprism/kdenetwork-kopete/kdenetwork.install
parent39bc2265a56683e9bda19df645ba86cc77a5a467 (diff)
parent1c222df4c718aa049f55cc10a6bdf3357ac3a919 (diff)
Merge branch 'master' of ssh://lukeshu.com:1863/srv/git/mirror/parabola/abslibre
Diffstat (limited to 'nonprism/kdenetwork-kopete/kdenetwork.install')
-rw-r--r--nonprism/kdenetwork-kopete/kdenetwork.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/nonprism/kdenetwork-kopete/kdenetwork.install b/nonprism/kdenetwork-kopete/kdenetwork.install
new file mode 100644
index 000000000..e70c054ec
--- /dev/null
+++ b/nonprism/kdenetwork-kopete/kdenetwork.install
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}