blob: efec38f26d7f3983e582edd481eae38f64a9e95d (
plain) (
blame)
1
2
3
4
5
6
|
#!/bin/sh
if [ "$2" != "INSTALL" ]
then exit
fi
echo "Consider ${PKG_PREFIX}/lib/dserver/setup.sh for startup configuration."
echo "Documents are put in ${PKG_PREFIX}/lib/dserver/doc/."
|