]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/prerm-wm
* dh_icons: Now that GTK 2.12 has entered testing, use the much simpler to
[debhelper.git] / autoscripts / prerm-wm
1 if [ "$1" = "remove" ]; then
2         update-alternatives --remove x-window-manager #WM#
3 fi