chiark / gitweb /
Great reorganization.
[tripe] / debian / tripe.postinst
CommitLineData
ef4a1ab7 1#! /bin/sh
2
3set -e
4
5if [ ! -c /dev/.devfsd ] && [ ! -c /dev/net/tun ]; then
6 (cd /dev && /sbin/MAKEDEV tun)
7fi
8
9#DEBHELPER#
10
11if [ -x "/etc/init.d/tripe" ]; then
12 update-rc.d tripe defaults >/dev/null
13 invoke-rc.d tripe start
14fi