File: postinst

package info (click to toggle)
wm2 4-4.2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 260 kB
  • ctags: 423
  • sloc: cpp: 3,648; makefile: 57; sh: 41
file content (9 lines) | stat: -rw-r--r-- 294 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

touch /etc/X11/wm2/system.wm2rc
chmod a+x /etc/X11/wm2/system.wm2rc

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#