File: python3-wheezy.template.prerm

package info (click to toggle)
python-wheezy.template 0.1.167-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 208 kB
  • sloc: python: 1,119; sh: 10; makefile: 9
file content (9 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e

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

#DEBHELPER#