public
Description: Cross platform web browser
Homepage: http://arora.googlecode.com/
Clone URL: git://github.com/icefox/arora.git
arora / debian-upstream / arora.postinst
100644 9 lines (6 sloc) 0.229 kb
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e
 
update-alternatives --install \
    /usr/bin/x-www-browser x-www-browser /usr/bin/arora 90 \
        --slave /usr/share/man/man1/x-www-browser.1.gz x-www-browser.1.gz /usr/share/man/man1/arora.1.gz
 
#DEBHELPER#