File: dsda-doom.prerm

package info (click to toggle)
dsda-doom 0.29.4%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,204 kB
  • sloc: ansic: 165,658; cpp: 3,286; sh: 64; python: 33; makefile: 16
file content (15 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

set -e

if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]
then
  update-alternatives --remove doom    /usr/games/dsda-doom
  update-alternatives --remove boom    /usr/games/dsda-doom
  update-alternatives --remove heretic /usr/games/dsda-heretic
  update-alternatives --remove hexen   /usr/games/dsda-hexen
fi

#DEBHELPER#

exit 0