File: preinst

package info (click to toggle)
pymsnt 0.11.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 792 kB
  • ctags: 1,937
  • sloc: python: 9,410; sh: 90; xml: 17; makefile: 7
file content (13 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh

set -e

if test "$1" = upgrade; then
	if dpkg --compare-versions "$2" le 0.11.1-4; then
		rm -f /var/run/jabber/pymsnt.pid
	fi
fi

#DEBHELPER#

exit 0