File: prerm

package info (click to toggle)
tf5 5.0beta8-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 3,736 kB
  • sloc: ansic: 25,484; perl: 103; makefile: 82; sh: 79
file content (12 lines) | stat: -rwxr-xr-x 186 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

set -e

# Share nicely with TinyFugue 4.x.
if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then
    update-alternatives --remove tf /usr/bin/tf5
fi

#DEBHELPER#

exit 0