xrdp/debian/prerm

7 lines
131 B
Plaintext
Raw Normal View History

2006-03-04 00:34:12 +00:00
#!/bin/sh
2006-08-07 03:27:33 +00:00
if [ -e /usr/lib/xrdp ]; then
2006-08-14 05:12:55 +00:00
if [ -e /etc/init.d/xrdp_control.sh ]; then
/etc/init.d/xrdp_control.sh stop
fi
2006-03-04 00:34:12 +00:00
fi