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