summarylogtreecommitdiffstats
path: root/kdiff-git.install
diff options
context:
space:
mode:
authorKonstantinos2017-04-21 15:24:12 +0300
committerKonstantinos2017-04-21 15:24:43 +0300
commit6307714dc7b08adf96042739535d63880e7ea879 (patch)
tree4ac1e680acf7814fbf4be343ababf2398bdde082 /kdiff-git.install
downloadaur-6307714dc7b08adf96042739535d63880e7ea879.tar.gz
useful commit message
Diffstat (limited to 'kdiff-git.install')
-rw-r--r--kdiff-git.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/kdiff-git.install b/kdiff-git.install
new file mode 100644
index 000000000000..23f5838bced4
--- /dev/null
+++ b/kdiff-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
+}