summarylogtreecommitdiffstats
path: root/typhoon.install
diff options
context:
space:
mode:
authorwillemw122020-07-05 09:26:24 +0200
committerwillemw122020-07-05 09:26:24 +0200
commit0e1ed78f9cb09fd459eb122ee77fc9ea8863c027 (patch)
tree1de6d046f0e732220027181b220bf3e4e6c6c406 /typhoon.install
parentdf45575b62d91d9d351e62d38ec8ba36cfdb48ea (diff)
downloadaur-0e1ed78f9cb09fd459eb122ee77fc9ea8863c027.tar.gz
Add yelp. Change from webkitgtk3 to webkitgtk
Diffstat (limited to 'typhoon.install')
-rw-r--r--typhoon.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/typhoon.install b/typhoon.install
deleted file mode 100644
index dd695dbeaf13..000000000000
--- a/typhoon.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- glib-compile-schemas --allow-any-name usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
- post_install "$1"
-}
-
-post_remove() {
- post_install "$1"
-}