File: python-libplot.postinst

package info (click to toggle)
python2.1-libplot 1.0.2-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 256 kB
  • ctags: 447
  • sloc: ansic: 3,224; python: 388; makefile: 71; sh: 8
file content (6 lines) | stat: -rw-r--r-- 216 bytes parent folder | download
1
2
3
4
5
6
#!/bin/sh
if [ "$1" = "configure" ]; then
	if [ -d /usr/doc -a ! -e /usr/doc/python2.1-libplot -a -d /usr/share/doc/python2.1-libplot ]; then
		ln -sf ../share/doc/python2.1-libplot /usr/doc/python2.1-libplot
	fi
fi