File: python3-dib-utils.postinst

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 180 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

if [ "$1" = "configure" ] ; then
	update-alternatives --install /usr/bin/dib-run-parts dib-run-parts /usr/bin/python3-dib-run-parts 200
fi

#DEBHELPER#

exit 0