summarylogtreecommitdiffstats
path: root/go-for-it.install
diff options
context:
space:
mode:
authorQuentin Retornaz2016-08-22 03:44:24 +0200
committerQuentin Retornaz2016-08-22 03:44:24 +0200
commitfe3401feb75f58b4f8fa6c7c5b292a67f010837e (patch)
treec4a5866085678e90df6f557dff1253bdd6a1e4e9 /go-for-it.install
parent0b07561cfa189707965579ad3c694cd8196c2228 (diff)
downloadaur-fe3401feb75f58b4f8fa6c7c5b292a67f010837e.tar.gz
go-for-it 1.4.7-1
Diffstat (limited to 'go-for-it.install')
-rw-r--r--go-for-it.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/go-for-it.install b/go-for-it.install
deleted file mode 100644
index 826f632e9bfa..000000000000
--- a/go-for-it.install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install() {
- glib-compile-schemas usr/share/glib-2.0/schemas
- gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_upgrade() {
- glib-compile-schemas usr/share/glib-2.0/schemas
- gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_remove() {
- glib-compile-schemas usr/share/glib-2.0/schemas
- gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-# vim: ts=2 sw=2 et: \ No newline at end of file