File: postinst-wm-noman

package info (click to toggle)
debhelper 13.24.2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,344 kB
  • sloc: perl: 14,683; makefile: 131; sh: 9
file content (4 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (6)
1
2
3
4
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then
	update-alternatives --install /usr/bin/x-window-manager \
		x-window-manager #WM# #PRIORITY#
fi