File: python-kde4.postinst

package info (click to toggle)
pykde4 4%3A4.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 30,864 kB
  • ctags: 18,431
  • sloc: python: 2,063; cpp: 327; makefile: 52; sh: 5
file content (10 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh
## python-central does not clean up after itself, so we have to do it. 
## http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479852

if dpkg --compare-versions "$2" lt-nl "4:4.2.0-1"
then
	rm -rf /usr/lib/python2.*/site-packages/PyKDE4/
fi

#DEBHELPER#