File: postinst.debhelper

package info (click to toggle)
blast 1.1-13
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 80 kB
  • ctags: 24
  • sloc: ansic: 263; makefile: 44
file content (10 lines) | stat: -rw-r--r-- 384 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
	if [ -d /usr/doc -a ! -e /usr/doc/blast -a -d /usr/share/doc/blast ]; then
		ln -sf ../share/doc/blast /usr/doc/blast
	fi
fi
# End automatically added section
# Automatically added by dh_installmenu
if [ "$1" = "configure" -a -x /usr/bin/update-menus ]; then update-menus ; fi
# End automatically added section