File: prerm

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-- 253 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

[ ! "$1" = "remove" -o "$1" = "upgrade" ] && exit 0

if command -v install-docs >/dev/null 2>&1; then                      
	install-docs -r partimage-doc
fi                                                                    

#DEBHELPER#