File: blackbox.prerm

package info (click to toggle)
blackbox 0.70.1-38
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,508 kB
  • sloc: cpp: 17,592; sh: 8,756; makefile: 1,036; awk: 25
file content (13 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
set -e

case "$1" in
    remove)
        update-alternatives --remove x-window-manager /usr/bin/blackbox
	;;
    *)
        ;;
esac

#DEBHELPER#