xrdp/debian/prerm

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