summarylogtreecommitdiffstats
path: root/kdiff-git.install
diff options
context:
space:
mode:
authorKonstantinos2017-04-24 20:35:07 +0300
committerKonstantinos2017-04-24 20:35:07 +0300
commita49d94a32a9ed965df5149429d723a920a34d78c (patch)
tree7cbd6a39a622f89ff8ed5630e176e6b4c74f8471 /kdiff-git.install
parent6307714dc7b08adf96042739535d63880e7ea879 (diff)
downloadaur-a49d94a32a9ed965df5149429d723a920a34d78c.tar.gz
rm dependency libkomparediff2-git (not needed)
rm dependency desktop-file-utils (already satisfied) rm makedepend kdoctools (not needed) rm .INSTALL file as it was running a command provided by hooks
Diffstat (limited to 'kdiff-git.install')
-rw-r--r--kdiff-git.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/kdiff-git.install b/kdiff-git.install
deleted file mode 100644
index 23f5838bced4..000000000000
--- a/kdiff-git.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}