summaryrefslogtreecommitdiffstats
path: root/debian/prerm
blob: 060c2d482b6dd57023b20496a1daba7363159805 (plain)
1
2
3
4
5
6
#!/bin/sh
if [ -e /usr/lib/xrdp ]; then
  if [ -e /etc/init.d/xrdp_control.sh ]; then
    /etc/init.d/xrdp_control.sh stop
  fi
fi