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

5 lines
78 B
Bash

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