File: python-wheezy.template.postinst

package info (click to toggle)
python-wheezy.template 0.1.167-1.1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 220 kB
  • ctags: 180
  • sloc: python: 1,119; sh: 20; makefile: 10
file content (10 lines) | stat: -rw-r--r-- 178 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

if [ "$1" = "configure" ]
then
    update-alternatives --install /usr/bin/wheezy.template wheezy.template /usr/bin/wheezy.template-python2 200
fi

#DEBHELPER#