summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--gnome-shell-extension-dynamic-top-bar.install11
2 files changed, 1 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 359ea5acba8c..33f89e701455 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Apr 21 22:03:43 UTC 2016
+# Sun May 1 21:39:43 UTC 2016
pkgbase = gnome-shell-extension-dynamic-top-bar
pkgdesc = Extension that make the top bar transparent when no window is maximized
pkgver = 3.3.1
diff --git a/gnome-shell-extension-dynamic-top-bar.install b/gnome-shell-extension-dynamic-top-bar.install
index 1e7413864fe6..e390005f69ce 100644
--- a/gnome-shell-extension-dynamic-top-bar.install
+++ b/gnome-shell-extension-dynamic-top-bar.install
@@ -1,6 +1,4 @@
post_install() {
- post_upgrade
-
echo ''
echo '==> To enable Dynamic Top Bar:'
echo '==> Reload Gnome Shell with Alt-F2 r'
@@ -8,12 +6,3 @@ post_install() {
echo '==> or run "gnome-shell-extension-tool -e dynamicTopBar@gnomeshell.feildel.fr"'
echo ''
}
-
-post_upgrade() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_remove() {
- post_upgrade
-}
-