[arch-commits] Commit in deepin-daemon/trunk (PKGBUILD deepin-daemon.install)

Felix Yan fyan at archlinux.org
Wed Apr 27 15:37:31 UTC 2016


    Date: Wednesday, April 27, 2016 @ 17:37:30
  Author: fyan
Revision: 172060

upgpkg: deepin-daemon 3.0.11-4

Hooks rebuild (part 1)

Modified:
  deepin-daemon/trunk/PKGBUILD
  deepin-daemon/trunk/deepin-daemon.install

-----------------------+
 PKGBUILD              |    2 +-
 deepin-daemon.install |    2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 15:32:43 UTC (rev 172059)
+++ PKGBUILD	2016-04-27 15:37:30 UTC (rev 172060)
@@ -9,7 +9,7 @@
 _deepinapiver=3.0.6
 _dbusfactoryver=3.0.2
 _girgeneratorver=0.9.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Daemon handling the DDE session settings'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/dde-daemon"

Modified: deepin-daemon.install
===================================================================
--- deepin-daemon.install	2016-04-27 15:32:43 UTC (rev 172059)
+++ deepin-daemon.install	2016-04-27 15:37:30 UTC (rev 172060)
@@ -1,10 +1,8 @@
 post_install() {
-  glib-compile-schemas --allow-any-name usr/share/glib-2.0/schemas
   systemd-sysusers deepin-daemon.conf
 }
 
 post_upgrade() {
-  glib-compile-schemas --allow-any-name usr/share/glib-2.0/schemas
   (( $(vercmp $2 '2.93.1-1') < 0 )) && systemd-sysusers deepin-daemon.conf || true
 }
 



More information about the arch-commits mailing list