File: python2.2-pyx.postinst

package info (click to toggle)
pyx 0.7.1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,756 kB
  • ctags: 2,584
  • sloc: python: 12,675; ansic: 1,711; makefile: 168; sh: 16
file content (9 lines) | stat: -rw-r--r-- 168 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ -d /usr/share/doc/python-pyx-common/examples ]; then
	ln -s ../python-pyx-common/examples /usr/share/doc/python2.2-pyx/examples
fi

#DEBHELPER#