summaryrefslogtreecommitdiff
path: root/community/fwbuilder/fwbuilder.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-21 16:19:09 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-21 16:19:09 -0300
commit6cfdf260dd579c730267c9588c695313279d3fab (patch)
tree059f1f461cbe4a4ea8b8d1296411f7393cfb4de5 /community/fwbuilder/fwbuilder.install
parent6a9002279308864d7a5be176049268c45d87d201 (diff)
parent1bfe053fe69237a0413f791c7af5515f25264eee (diff)
Merge branch 'master' of ssh://gparabola/abslibre-mips64el
Diffstat (limited to 'community/fwbuilder/fwbuilder.install')
-rw-r--r--community/fwbuilder/fwbuilder.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/fwbuilder/fwbuilder.install b/community/fwbuilder/fwbuilder.install
new file mode 100644
index 000000000..45f0c2242
--- /dev/null
+++ b/community/fwbuilder/fwbuilder.install
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+