[arch-commits] Commit in speech-dispatcher/trunk (PKGBUILD speech-dispatcher.install)

Antonio Rojas arojas at archlinux.org
Sun Jun 12 11:21:24 UTC 2016


    Date: Sunday, June 12, 2016 @ 13:21:24
  Author: arojas
Revision: 269379

Hooks

Modified:
  speech-dispatcher/trunk/PKGBUILD
Deleted:
  speech-dispatcher/trunk/speech-dispatcher.install

---------------------------+
 PKGBUILD                  |    3 +--
 speech-dispatcher.install |   22 ----------------------
 2 files changed, 1 insertion(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-12 11:18:43 UTC (rev 269378)
+++ PKGBUILD	2016-06-12 11:21:24 UTC (rev 269379)
@@ -3,7 +3,7 @@
 
 pkgname=speech-dispatcher
 pkgver=0.8.4
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc="High-level device independent layer for speech synthesis interface"
 url="http://www.freebsoft.org/speechd"
@@ -28,7 +28,6 @@
     etc/speech-dispatcher/modules/flite.conf
     etc/speech-dispatcher/modules/pico-generic.conf
     etc/speech-dispatcher/speechd.conf)
-install="${pkgname}.install"
 source=("http://www.freebsoft.org/pub/projects/speechd/$pkgname-$pkgver.tar.gz"
         'speech-dispatcherd.service')
 md5sums=('9e94d3603f69157acd87d10e02d12bb9'

Deleted: speech-dispatcher.install
===================================================================
--- speech-dispatcher.install	2016-06-12 11:18:43 UTC (rev 269378)
+++ speech-dispatcher.install	2016-06-12 11:21:24 UTC (rev 269379)
@@ -1,22 +0,0 @@
-info_dir=usr/share/info
-info_files=('speech-dispatcher.info'
-    'ssip.info'
-    'spd-say.info')
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for f in ${info_files[@]}; do
-    install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for f in ${info_files[@]}; do
-    install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}



More information about the arch-commits mailing list