xrdp/debian/prerm

7 lines
131 B
Plaintext
Raw Normal View History

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