File: ispell.postinst

package info (click to toggle)
ispell 3.1.20.0-4.3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,684 kB
  • ctags: 966
  • sloc: ansic: 8,374; makefile: 2,023; yacc: 1,711; lisp: 1,613; sh: 1,053; objc: 385; csh: 215; python: 112
file content (11 lines) | stat: -rw-r--r-- 209 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# $Id: ispell.postinst,v 1.4 2003/07/04 04:00:38 david Exp $
set -e

if [ "$1" = "configure" ] ; then 
    if [ -x /usr/sbin/ispell-autobuildhash ]; then
	ispell-autobuildhash
    fi
fi

#DEBHELPER#