File: gnu-standards.postinst

package info (click to toggle)
gnu-standards 2002.01.12-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 468 kB
  • ctags: 6
  • sloc: makefile: 67; sh: 24
file content (10 lines) | stat: -rwxr-xr-x 249 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

if [ "$1" = "configure" ]; then
	install-info --section "Development" "Development" \
		--quiet /usr/share/info/maintain.info
	install-info --section "Development" "Development" \
		--quiet /usr/share/info/standards.info
fi

#DEBHELPER#