File: python-dib-utils.prerm

package info (click to toggle)
python-dib-utils 0.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 104 kB
  • sloc: sh: 103; makefile: 30; python: 4
file content (12 lines) | stat: -rwxr-xr-x 149 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

if [ "$1" = "remove" ] ; then
	update-alternatives --remove dib-run-parts /usr/bin/python2-dib-run-parts
fi

#DEBHELPER#

exit 0