summarylogtreecommitdiffstats
path: root/chewing-editor.install
diff options
context:
space:
mode:
authorChocobo12016-05-20 16:20:01 +0800
committerChocobo12016-05-20 16:20:01 +0800
commit652791a33ff9a4fe94fadfdc85f47f259a89d20b (patch)
treeb4599f79fb7dfc33a3c0c2183a4cac04775f88ec /chewing-editor.install
parent4a8877d0fbb9533f2591fb5028e2904ffc3dae0a (diff)
downloadaur-652791a33ff9a4fe94fadfdc85f47f259a89d20b.tar.gz
Utilize libalpm hook
Diffstat (limited to 'chewing-editor.install')
-rw-r--r--chewing-editor.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/chewing-editor.install b/chewing-editor.install
deleted file mode 100644
index 5495fb1b5d27..000000000000
--- a/chewing-editor.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
-}