summarylogtreecommitdiffstats
path: root/gschemas.install
diff options
context:
space:
mode:
authorNicola Murino2017-09-24 08:23:59 +0200
committerNicola Murino2017-09-24 08:23:59 +0200
commit4e144939cd484499e3bd23b532627ed4bea1ed46 (patch)
tree73711f97a86b63af36c063069ef054eaad180df9 /gschemas.install
parent4058bfa8179851386526b0d34660507fea87aa76 (diff)
downloadaur-4e144939cd484499e3bd23b532627ed4bea1ed46.tar.gz
updated to v61
simplified PKGBUILD
Diffstat (limited to 'gschemas.install')
-rw-r--r--gschemas.install20
1 files changed, 0 insertions, 20 deletions
diff --git a/gschemas.install b/gschemas.install
deleted file mode 100644
index 863897ad5436..000000000000
--- a/gschemas.install
+++ /dev/null
@@ -1,20 +0,0 @@
-post_install() {
- instruct
- echo "and enable the extension with gnome-tweak-tool."
-}
-
-post_upgrade() {
- instruct
- echo "for the changes to have an effect."
-}
-
-post_remove() {
- glib-compile-schemas usr/share/glib-2.0/schemas/
-}
-
-instruct() {
- post_remove
- echo "Don't forget to restart GNOME Shell ([Alt]+[F2], r)"
-}
-
-# vim: ts=2 sw=2 et: