xrdp/debian/prerm

5 lines
78 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-03-04 08:34:12 +08:00
/etc/init.d/xrdp_control.sh stop
fi