chiark
/
gitweb
/
~mdw
/
e16
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
New option: movres.ignore_transience.
[e16]
/
debian
/
e16.prerm
1
#!/bin/sh
2
3
set -e
4
5
wm=e16
6
7
case "$1" in
8
remove|upgrade|failed-upgrade)
9
update-alternatives --remove x-window-manager /usr/bin/$wm
10
;;
11
*)
12
;;
13
esac
14
15
#DEBHELPER#