summaryrefslogtreecommitdiff
path: root/nonprism/kdenetwork-kopete-libre-nonprism/kdenetwork.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-20 04:42:28 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-20 04:42:28 -0300
commitf47d70789def071ce501505d51c90099121aef9c (patch)
tree1c083455cf51166dfebdb426b188e1cebf860bdf /nonprism/kdenetwork-kopete-libre-nonprism/kdenetwork.install
parent97161d7676a9268aa73ee18c51fb3d45afad19db (diff)
kdenetwork-kopete-libre-nonprism: add new package to nonprism repo
Diffstat (limited to 'nonprism/kdenetwork-kopete-libre-nonprism/kdenetwork.install')
-rw-r--r--nonprism/kdenetwork-kopete-libre-nonprism/kdenetwork.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/nonprism/kdenetwork-kopete-libre-nonprism/kdenetwork.install b/nonprism/kdenetwork-kopete-libre-nonprism/kdenetwork.install
new file mode 100644
index 000000000..e70c054ec
--- /dev/null
+++ b/nonprism/kdenetwork-kopete-libre-nonprism/kdenetwork.install
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}