|
|
|
#!/bin/sh -e
if [ "$1" = configure ]; then
update-alternatives --install /usr/bin/x-window-manager \
x-window-manager \
/usr/bin/9wm \
20 \
--slave /usr/share/man/man1/x-window-manager.1.gz \
x-window-manager.1.gz \
/usr/share/man/man1/9wm.1.gz
fi
# Automatically added by dh_installmenu
if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
update-menus
fi
# End automatically added section
exit 0
| Results 1 - 1 |