File: aspell-ca.postinst

package info (click to toggle)
ispellcat 0.6-5
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 4,480 kB
  • ctags: 5
  • sloc: makefile: 78; perl: 44; sed: 25; sh: 4
file content (9 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

COMPAT="ca.compat"

if [ "$1" = "reconfigure" ] || [ "$DEBCONF_RECONFIGURE" ]; then
    echo "0" > "/var/lib/aspell/$COMPAT"
fi

#DEBHELPER#