aboutsummarylogtreecommitdiffstats
path: root/cevelop.install
diff options
context:
space:
mode:
authorMarcel Huber2016-03-11 09:43:11 +0100
committerMarcel Huber2016-03-11 13:14:58 +0100
commit9126e9434a407fcbad901e918ffdd2648df775d7 (patch)
tree4f8aa0ec9a4d6d340605578b43587173f702b130 /cevelop.install
downloadaur-9126e9434a407fcbad901e918ffdd2648df775d7.tar.gz
package build for version 1.4.0
Diffstat (limited to 'cevelop.install')
-rw-r--r--cevelop.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/cevelop.install b/cevelop.install
new file mode 100644
index 000000000000..a2930a4ff27b
--- /dev/null
+++ b/cevelop.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}