summarylogtreecommitdiffstats
path: root/gschemas.install
diff options
context:
space:
mode:
Diffstat (limited to 'gschemas.install')
-rw-r--r--gschemas.install6
1 files changed, 1 insertions, 5 deletions
diff --git a/gschemas.install b/gschemas.install
index 48d0b724fb6c..e5de1101b44f 100644
--- a/gschemas.install
+++ b/gschemas.install
@@ -1,6 +1,6 @@
post_install() {
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/
- instructions_install
+ instructions
}
post_upgrade() {
@@ -15,7 +15,3 @@ post_remove() {
instructions() {
echo "Restart GNOME Shell ([Alt]+[F2], r)."
}
-
-instructions_install() {
- echo "Dconf blablabla"
-}