summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Andersson2016-05-01 23:43:39 +0200
committerMaxim Andersson2016-05-01 23:43:39 +0200
commiteb3c9c892475b9b5cdfa3719c3fa4f9f3db181af (patch)
treea1448b8188fd91272416b7db0841dcff694d1f92
parent492d1b4cc4037aabb1cbccabf102a739f0afcd7b (diff)
downloadaur-eb3c9c892475b9b5cdfa3719c3fa4f9f3db181af.tar.gz
Remove glib-compile-schemas from install file
Pacman hooks will take care of glib-compile-schemas.
-rw-r--r--.SRCINFO3
-rw-r--r--gnome-shell-extension-transmission-daemon-git.install11
2 files changed, 3 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0bf23e89006..df6f1cb967b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sun May 1 21:43:04 UTC 2016
pkgbase = gnome-shell-extension-transmission-daemon-git
pkgdesc = Gnome Shell indicator for transmission-daemon
pkgver = r107.d33e4d6
@@ -8,6 +10,7 @@ pkgbase = gnome-shell-extension-transmission-daemon-git
license = GPL2
makedepends = git
depends = gnome-shell
+ provides = gnome-shell-extension-transmission-daemon
conflicts = gnome-shell-extension-transmission-daemon
source = git://github.com/eonpatapon/gnome-shell-extension-transmission-daemon.git
sha256sums = SKIP
diff --git a/gnome-shell-extension-transmission-daemon-git.install b/gnome-shell-extension-transmission-daemon-git.install
index 9ebaeab2a04d..36b77a362200 100644
--- a/gnome-shell-extension-transmission-daemon-git.install
+++ b/gnome-shell-extension-transmission-daemon-git.install
@@ -1,6 +1,4 @@
post_install() {
- post_upgrade
-
echo ''
echo '==> To enable:'
echo '==> Reload Gnome Shell with Alt-F2 r'
@@ -8,12 +6,3 @@ post_install() {
echo '==> or run "gnome-shell-extension-tool -e transmission-daemon@patapon.info"'
echo ''
}
-
-post_upgrade() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_remove() {
- post_upgrade
-}
-