File: preinst

package info (click to toggle)
gaupol 0.7.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,336 kB
  • ctags: 2,320
  • sloc: python: 15,507; xml: 155; sh: 18; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 187 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh
#DEBHELPER#
set -e
# remove old .py[oc] files from <=0.4.1 versions
if [ -d /usr/lib/python2.4/site-packages/gaupol/ ]; then
	rm -rf /usr/lib/python2.4/site-packages/gaupol/
fi