File: python-mutagen.preinst

package info (click to toggle)
mutagen 1.19-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,988 kB
  • ctags: 2,548
  • sloc: python: 10,871; sh: 5; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 195 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh
# TODO: remove this file after releasing Squeeze
set -e
if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt "1.19-2"
then
        pycentral pkgremove python-mutagen
fi
#DEBHELPER#