File: cwm.postinst

package info (click to toggle)
cwm 7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 420 kB
  • sloc: ansic: 6,322; yacc: 562; makefile: 78; perl: 69; sh: 15
file content (11 lines) | stat: -rw-r--r-- 302 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

#DEBHELPER# 

update-alternatives --remove x-window-manager /usr/bin/openbsd-cwm
update-alternatives --install /usr/bin/x-window-manager \
  x-window-manager /usr/bin/cwm 30 --slave \
  /usr/share/man/man1/x-window-manager.1.gz \
  x-window-manager.1.gz /usr/share/man/man1/cwm.1.gz