File: python3-dib-utils.prerm

package info (click to toggle)
python-dib-utils 0.0.11-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: sh: 196; makefile: 12; python: 4
file content (12 lines) | stat: -rwxr-xr-x 149 bytes parent folder | download | duplicates (4)
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/python3-dib-run-parts
fi

#DEBHELPER#

exit 0