File: postrm

package info (click to toggle)
oroborus 2.0.18
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 15,264 kB
  • ctags: 513
  • sloc: ansic: 6,518; makefile: 809; sh: 808
file content (12 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

# Unregisters oroborus as an x-window-manager
if [ "$1" = "remove" ]; then
  if [ -x /usr/sbin/register-window-manager ] ; then
    register-window-manager --remove /usr/bin/oroborus
  fi
fi

#DEBHELPER#