File: openbox.prerm

package info (click to toggle)
openbox 3.3-2.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,848 kB
  • ctags: 2,256
  • sloc: ansic: 21,021; sh: 9,403; makefile: 413; python: 362; xml: 31; sed: 16
file content (12 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

case "$1" in
	remove)
		update-alternatives --remove x-window-manager /usr/bin/openbox
		rm -f /var/lib/openbox/debian-menu.xml
		;;
esac

#DEBHELPER#