summarylogtreecommitdiffstats
path: root/kate-git.install
diff options
context:
space:
mode:
authorTajidin Abd2015-10-29 17:27:13 +0000
committerTajidin Abd2015-10-29 17:27:13 +0000
commit3620bb303c5fe1cc29f10eb97a2c5a9510c77c78 (patch)
tree1d8e939abfcff8ed42b39c35f9c0dc49f8b0c7c3 /kate-git.install
parent1ad02fd6526ff3b2096971f0f78342e3efe50d3c (diff)
downloadaur-3620bb303c5fe1cc29f10eb97a2c5a9510c77c78.tar.gz
update PKGBUILD
Diffstat (limited to 'kate-git.install')
-rw-r--r--kate-git.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/kate-git.install b/kate-git.install
new file mode 100644
index 000000000000..5495fb1b5d27
--- /dev/null
+++ b/kate-git.install
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}