summaryrefslogtreecommitdiffstats
path: root/abs/extra/speech-dispatcher/speech-dispatcher.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-09-19 18:09:12 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-09-19 18:09:12 (GMT)
commit43ef393b635a7da7511057ff72f1ac3d9c41925d (patch)
tree07fc9522041f08066522fe1ed158603104b568b2 /abs/extra/speech-dispatcher/speech-dispatcher.install
parentbf7ad0aef3cdad0fc0f4dae46763cce150ccc65d (diff)
downloadlinhes_pkgbuild-43ef393b635a7da7511057ff72f1ac3d9c41925d.zip
linhes_pkgbuild-43ef393b635a7da7511057ff72f1ac3d9c41925d.tar.gz
linhes_pkgbuild-43ef393b635a7da7511057ff72f1ac3d9c41925d.tar.bz2
remove chromium and deps.
rm deps graphite, harfbuzz, libwebp, opus, snappy, speech-dispatcher
Diffstat (limited to 'abs/extra/speech-dispatcher/speech-dispatcher.install')
-rw-r--r--abs/extra/speech-dispatcher/speech-dispatcher.install22
1 files changed, 0 insertions, 22 deletions
diff --git a/abs/extra/speech-dispatcher/speech-dispatcher.install b/abs/extra/speech-dispatcher/speech-dispatcher.install
deleted file mode 100644
index 1565d3a..0000000
--- a/abs/extra/speech-dispatcher/speech-dispatcher.install
+++ /dev/null
@@ -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
-}