File: python3-dib-utils.prerm

package info (click to toggle)
python-dib-utils 0.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 108 kB
  • ctags: 8
  • sloc: sh: 103; makefile: 30; python: 4
file content (12 lines) | stat: -rw-r--r-- 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