File: python3-wheezy.template.preinst

package info (click to toggle)
python-wheezy.template 3.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: python: 1,455; sh: 5; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 143 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e

if [ "$1" = upgrade ]
then
    update-alternatives --remove wheezy.template /usr/bin/wheezy.template-python3
fi

#DEBHELPER#