File: yamagi-quake2-core.prerm

package info (click to toggle)
yquake2 8.20%2Bctf1.09%2Bdfsg-1
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm
  • size: 7,964 kB
  • sloc: ansic: 176,742; makefile: 1,012; sh: 51
file content (12 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

set -e

if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]
then
    update-alternatives --remove quake2-engine-server /usr/lib/yamagi-quake2/q2ded
fi

#DEBHELPER#

exit 0