aboutsummaryrefslogblamecommitdiff
path: root/www/xitami/pkg-deinstall
blob: 656f60f04b3f75158a662f05ac693b70a4e61284 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                         



                              





                                                                              
#!/bin/sh
#

if [ -f /var/run/xitami.pid ]
then
	${PKG_PREFIX}/etc/rc.d/xitami.sh stop > /dev/null
	rm /var/run/xitami.pid
fi

if [ x$2 != xDEINSTALL ]; then
    exit
fi

echo "When pkg_delete has completed, you should examine ${PKG_PREFIX}/xitami"
echo "and it's subdirectories for content that you may wish to keep. Once you"
echo "have determined that it is safe to do so, you may nuke the entire tree"
echo "with \"rm -R ${PKG_PREFIX}/xitami\"."

exit 0