#!/bin/sh #------------------------------------------------------------------------------- # /var/install/bin/capi-edit - Edit capi documentation # # Copyright (c) 2004 Fabian Wolter # # Creation: 25.07.2004 fw # Last Update: $Id$ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #------------------------------------------------------------------------------- . /var/install/include/eislib clrhome mecho -info "CAPI configuration" gn if /var/install/bin/edit /etc/config.d/capi then if /var/install/bin/ask "Do you want to activate your new configuration now" then sh /var/install/config.d/capi.sh fi fi if [ ! -f /tmp/install.sh ] then /var/install/bin/anykey fi