diff options
author | joey <joey> | 1999-08-17 05:02:01 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 05:02:01 +0000 |
commit | 1225012d118cdc75892d02a41eb3ffcede466473 (patch) | |
tree | 02612525eab07b6951925cb9bd5859f165498659 /autoscripts | |
parent | 6fb331ff4cd5565777961c3e150cd066db8e9333 (diff) | |
download | debhelper-1225012d118cdc75892d02a41eb3ffcede466473.tar.gz |
r127: Initial Import
Diffstat (limited to 'autoscripts')
-rw-r--r-- | autoscripts/postinst-init-norestart | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/autoscripts/postinst-init-norestart b/autoscripts/postinst-init-norestart index 05357d07..b33702c5 100644 --- a/autoscripts/postinst-init-norestart +++ b/autoscripts/postinst-init-norestart @@ -1 +1,6 @@ update-rc.d #SCRIPT# #INITPARMS# >/dev/null +if [ "$1" = "configure" ]; then + if [ -z "$2" -o "$2" = "<unknown>" ]; then + /etc/init.d/#SCRIPT# start + fi +fi |