summarylogtreecommitdiffstats
path: root/gschemas.install
diff options
context:
space:
mode:
authorAmin Vakil2021-02-27 00:56:50 +0330
committerAmin Vakil2021-02-27 00:56:50 +0330
commit99cd8b6869e4d9619ca0f65d8be4740f0f5e4c0d (patch)
tree5324cd9e5006c1ad5cbbe765c8e965ab79969d43 /gschemas.install
parent35a6c8d98727ba01518e8aba03385f31cdb37974 (diff)
downloadaur-99cd8b6869e4d9619ca0f65d8be4740f0f5e4c0d.tar.gz
KISS
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: