File: python-plist.preinst

package info (click to toggle)
libplist 1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 5,240 kB
  • ctags: 343
  • sloc: ansic: 2,196; cpp: 951; makefile: 23; sh: 7; python: 1
file content (11 lines) | stat: -rw-r--r-- 197 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# TODO: remove this file after releasing Squeeze
set -e
if [ "$1" = upgrade ]
then
	if dpkg --compare-versions "$2" lt 0.15-1; then
		pycentral pkgremove python-plist
	fi
fi

#DEBHELPER#