summaryrefslogtreecommitdiff
path: root/debian/celestia-glut.postinst
blob: 203ae1536fac3614a9ef35233af2b9c47ee92232 (plain)
1
2
3
4
5
6
#!/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

#DEBHELPER#