#!/bin/sh # post install script for the Debian GNU/Linux netbase package set -e update-rc.d netbase defaults 18 >/dev/null /etc/init.d/netbase start