File: aspell.postinst

package info (click to toggle)
aspell 0.60.7~20110707-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,768 kB
  • sloc: cpp: 22,478; sh: 10,539; perl: 1,547; ansic: 1,535; makefile: 716; sed: 16
file content (9 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

#DEBHELPER#

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