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