File: python-git-os-job.postinst

package info (click to toggle)
python-git-os-job 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 120 kB
  • ctags: 2
  • sloc: python: 52; sh: 30; makefile: 23
file content (11 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = "configure" ] ; then
	update-alternatives --install /usr/bin/git-os-job git-os-job /usr/bin/python2-git-os-job 300
fi

#DEBHELPER#

exit 0