File: preinst

package info (click to toggle)
pyenchant 1.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 312 kB
  • ctags: 428
  • sloc: python: 2,431; makefile: 37; sh: 5
file content (9 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# TODO: remove this file after releasing Squeeze
set -e
if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt-nl 1.5.2-1~;
then
	pycentral pkgremove python-enchant
fi

#DEBHELPER#