summarylogtreecommitdiffstats
path: root/kiconedit.install
diff options
context:
space:
mode:
authorwillemw122021-06-22 20:11:29 +0200
committerwillemw122021-06-22 20:11:29 +0200
commit43a76d22fd1814be33b2860aeb1af22b45d48ccc (patch)
tree2a383a3d847bbf1eb2176f85c11ef4862f9b63f7 /kiconedit.install
parentec41cceaac7789ba04610b5358f3af29a7f72c37 (diff)
downloadaur-43a76d22fd1814be33b2860aeb1af22b45d48ccc.tar.gz
Remove .install file. Update arch and URL
Diffstat (limited to 'kiconedit.install')
-rw-r--r--kiconedit.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/kiconedit.install b/kiconedit.install
deleted file mode 100644
index b0e216eba064..000000000000
--- a/kiconedit.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}