[arch-commits] Commit in dovecot/trunk (PKGBUILD)

Andreas Radke andyrtr at nymeria.archlinux.org
Sun Feb 3 15:59:20 UTC 2013


    Date: Sunday, February 3, 2013 @ 16:59:19
  Author: andyrtr
Revision: 176995

drop support for initscripts

Modified:
  dovecot/trunk/PKGBUILD

----------+
 PKGBUILD |    5 -----
 1 file changed, 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-03 15:59:01 UTC (rev 176994)
+++ PKGBUILD	2013-02-03 15:59:19 UTC (rev 176995)
@@ -23,11 +23,9 @@
 options=('!libtool')
 install=$pkgname.install
 source=(http://dovecot.org/releases/2.1/${pkgname}-${pkgver}.tar.gz{,.sig}
-        dovecot.sh
         dovecot.tmpfilesd)
 md5sums=('fad7544d7c6d09f9533106e53bfbd243'
          'a6c15d4e1991900dcfb5eb42d0c030d1'
-         '587159e84e2da6f83d70b3c706ba87cc'
          '342a28251d40f983c98c0d1f1bf3d07d')
 
 build() {
@@ -70,9 +68,6 @@
   cd ${srcdir}/$pkgname-$pkgver
   make DESTDIR=${pkgdir} install
 
-  # install the launch script
-  install -D -m755 ${srcdir}/$pkgname.sh ${pkgdir}/etc/rc.d/$pkgname
-
   # install example conf files and ssl.conf
   install -d -m755 ${pkgdir}/etc/dovecot/conf.d
   install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf ${pkgdir}/etc/dovecot/dovecot.conf.sample




More information about the arch-commits mailing list