File: python-gear.postinst

package info (click to toggle)
python-gear 0.5.8-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 324 kB
  • ctags: 372
  • sloc: python: 2,717; makefile: 34; sh: 30
file content (11 lines) | stat: -rw-r--r-- 155 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/geard geard /usr/bin/python2-geard 300
fi

#DEBHELPER#

exit 0