summaryrefslogtreecommitdiff
path: root/pcr/weboob/weboob.install
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-11-29 18:23:44 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-11-29 18:23:44 -0500
commit10d2f13a5b9ea94910496dc8c061ddc6efeecb14 (patch)
treef3674b3b10d283b9838a663d17fad0bc46c69335 /pcr/weboob/weboob.install
parent07af351dfc8518fdc4894bf4ef4e5a383bffd8af (diff)
add pcr/weboob
Diffstat (limited to 'pcr/weboob/weboob.install')
-rw-r--r--pcr/weboob/weboob.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/pcr/weboob/weboob.install b/pcr/weboob/weboob.install
new file mode 100644
index 000000000..029294d67
--- /dev/null
+++ b/pcr/weboob/weboob.install
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}