File: postinst

package info (click to toggle)
ne 1.19-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,948 kB
  • ctags: 2,584
  • sloc: ansic: 15,551; perl: 443; makefile: 152; sh: 10
file content (9 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

if [ "$1" = "configure" ]; then
        if [ -e /usr/share/info/ne.info.gz -a -e /usr/sbin/install-info ]; then
	  install-info --quiet --section editor Editors /usr/share/info/ne.info.gz
        fi
fi

#DEBHELPER#