File: ipolish.postinst

package info (click to toggle)
ipolish 20060618-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,196 kB
  • ctags: 20
  • sloc: perl: 261; makefile: 112; awk: 43; sh: 25
file content (16 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

set -e

touch /var/lib/ispell/polish.hash

# see ispell-autobuildhash(8)
echo 0 > /var/lib/ispell/polish.compat

# if [ "$1" = "configure" ]; then
# ipolish-autobuildhash will call update-ipolish-hash for us 
#    update-ipolish-hash -d polish >/dev/null 
# fi

#DEBHELPER#