xrdp/debian/preinst
2006-08-07 03:27:33 +00:00

5 lines
83 B
Bash

#!/bin/sh
if [ -e /usr/lib/xrdp/xrdp ]; then
/etc/init.d/xrdp_control.sh stop
fi