File: postinst

package info (click to toggle)
partimage-doc 20020126-8
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 564 kB
  • ctags: 306
  • sloc: makefile: 147; sh: 120
file content (9 lines) | stat: -rw-r--r-- 256 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

[ ! "$1" = "configure" ] && exit 0

if command -v install-docs >/dev/null 2>&1; then                      
	install-docs -i /usr/share/doc-base/partimage-doc
fi                                                                    

#DEBHELPER#