summarylogtreecommitdiffstats
path: root/baloo-git.install
diff options
context:
space:
mode:
authorAntonio Rojas2015-06-08 22:52:49 +0200
committerAntonio Rojas2015-06-08 22:52:49 +0200
commit3a0aea55c04ce7c0c51f0547cc449875da91665d (patch)
tree75ae6e716a1d406375314b6fe00b9eb856f42cd5 /baloo-git.install
downloadaur-3a0aea55c04ce7c0c51f0547cc449875da91665d.tar.gz
Initial import
Diffstat (limited to 'baloo-git.install')
-rw-r--r--baloo-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/baloo-git.install b/baloo-git.install
new file mode 100644
index 000000000000..ccb9b0a4a311
--- /dev/null
+++ b/baloo-git.install
@@ -0,0 +1,11 @@
+post_install() {
+ [[ -x xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}