summaryrefslogtreecommitdiffstats
path: root/abs/core/aspell/aspell.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-04-14 18:24:25 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-04-14 18:24:25 (GMT)
commit468efd460fd7b36f21cb2c293e770b3ae32bdc7c (patch)
tree37f18d9b75108984696df4920433272aeb277fc4 /abs/core/aspell/aspell.install
parent59bdb11b401c8507df249ad86efcb4048d25d91a (diff)
downloadlinhes_pkgbuild-468efd460fd7b36f21cb2c293e770b3ae32bdc7c.zip
linhes_pkgbuild-468efd460fd7b36f21cb2c293e770b3ae32bdc7c.tar.gz
linhes_pkgbuild-468efd460fd7b36f21cb2c293e770b3ae32bdc7c.tar.bz2
aspell: update 0.60.5.1-5
Diffstat (limited to 'abs/core/aspell/aspell.install')
-rw-r--r--abs/core/aspell/aspell.install24
1 files changed, 0 insertions, 24 deletions
diff --git a/abs/core/aspell/aspell.install b/abs/core/aspell/aspell.install
deleted file mode 100644
index 4bb848e..0000000
--- a/abs/core/aspell/aspell.install
+++ /dev/null
@@ -1,24 +0,0 @@
-infodir=usr/share/info
-filelist=(aspell.info aspell-dev.info)
-
-post_install() {
- echo "==> aspell comes with no default dictionary"
- [ -x usr/bin/install-info ] || return 0
- for file in ${filelist[@]}; do
- install-info $infodir/$file $infodir/dir 2> /dev/null
- done
-}
-
-post_upgrade() {
- [ -x usr/bin/install-info ] || return 0
- for file in ${filelist[@]}; do
- install-info $infodir/$file $infodir/dir 2> /dev/null
- done
-}
-
-pre_remove() {
- [ -x usr/bin/install-info ] || return 0
- for file in ${filelist[@]}; do
- install-info --delete $infodir/$file $infodir/dir 2> /dev/null
- done
-}