File: python3-reno.prerm

package info (click to toggle)
python-reno 4.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 776 kB
  • sloc: python: 5,263; makefile: 21; sh: 10
file content (11 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = "remove" ] ; then
	update-alternatives --remove reno /usr/bin/python3-reno
fi

#DEBHELPER#

exit 0