summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Andersson2016-05-01 23:40:13 +0200
committerMaxim Andersson2016-05-01 23:40:13 +0200
commitc9a22c5ca429cfd07c4f8fb7b413682177d4d300 (patch)
tree64c0b8256ba173bba43f0170e88c47ef74c8b47f
parent5c6fae958e12bdd7f3db5178a19380b96c5b0ff6 (diff)
downloadaur-c9a22c5ca429cfd07c4f8fb7b413682177d4d300.tar.gz
Remove glib-compile-schemas from install file
Pacman hooks will take care of glib-compile-schemas.
-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
-}
-