summaryrefslogtreecommitdiff
path: root/pcr/arora/install
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-02 15:53:05 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-02 15:53:05 +0100
commitb774117f458aed760936e5e8537a2e497312fb9c (patch)
treea676787700e1a378b0086ae9da6b65e7f98db493 /pcr/arora/install
parenteabb225e7189c643c9cb7942eabb6350cdab6954 (diff)
pcr/arora: bumped pkgrel and rebuilt for arm
Diffstat (limited to 'pcr/arora/install')
-rw-r--r--pcr/arora/install12
1 files changed, 12 insertions, 0 deletions
diff --git a/pcr/arora/install b/pcr/arora/install
new file mode 100644
index 000000000..b0409600c
--- /dev/null
+++ b/pcr/arora/install
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true
+ update-desktop-database -q || true
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}