File: python3-testrepository.preinst

package info (click to toggle)
testrepository 0.0.21-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 880 kB
  • sloc: python: 5,729; makefile: 152; sh: 17
file content (13 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -e

if [ "${1}" = "upgrade" ] ; then
	if [ ! -h /usr/bin/testr ] && [ -e /usr/bin/testr ] ; then
		rm /usr/bin/testr
	fi
fi

#DEBHELPER#

exit 0