File: tsdecrypt.prerm

package info (click to toggle)
tsdecrypt 10.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,268 kB
  • sloc: ansic: 14,377; makefile: 252; sh: 166
file content (9 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ "$1" = "remove" ] ; then
    update-alternatives --remove tsdecrypt /usr/bin/tsdecrypt
fi

#DEBHELPER#