File: postinst

package info (click to toggle)
wm2 4-5.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 236 kB
  • ctags: 423
  • sloc: cpp: 3,648; makefile: 54; sh: 16
file content (7 lines) | stat: -rw-r--r-- 226 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh -e


update-alternatives --install /usr/bin/x-window-manager x-window-manager /usr/bin/X11/wm2 20 \
 --slave /usr/share/man/man1/x-window-manager.1.gz x-window-manager.1.gz /usr/X11R6/man/man1/wm2.1x.gz

#DEBHELPER#