|
|
|
#! /bin/sh
if [ "$1" = "configure" ]; then
if [ -z "$GNUSTEP_ROOT" ]; then
. /usr/lib/GNUstep/System/Makefiles/GNUstep.sh 2> /dev/null
fi
/bin/echo -e "Running make_services...\n\n"
make_services
fi
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.
exit 0
| Results 1 - 1 |