Your IP : 216.73.216.91


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : //var/lib/dpkg/info/nodejs.postinst

#!/bin/sh

set -e

if [ "$1" = "configure" ]; then
    update-alternatives --install /usr/bin/js js /usr/bin/nodejs 200 \
                        --slave /usr/share/man/man1/js.1.gz js.1.gz /usr/share/man/man1/nodejs.1.gz
fi