xrdp/debian/preinst

5 lines
83 B
Plaintext
Raw Normal View History

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