xrdp/debian/preinst

7 lines
136 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-08-14 09:12:55 +04:00
if [ -e /etc/init.d/xrdp_control.sh ]; then
/etc/init.d/xrdp_control.sh stop
fi
2006-03-04 03:34:12 +03:00
fi