File: python-kde4.postinst

package info (click to toggle)
pykde4 4%3A4.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 29,376 kB
  • sloc: python: 2,056; cpp: 290; makefile: 41; 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#