File: ipolish.postinst

package info (click to toggle)
ipolish 20050313-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,720 kB
  • ctags: 13
  • sloc: perl: 261; makefile: 94; awk: 43; sh: 32
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#