summaryrefslogtreecommitdiffstats
path: root/rules/urshd.preinst
blob: e7ff24f5a202655a01b93dc743c4cdaa12866c04 (plain)
1
2
3
4
5
6
#!/bin/sh

if [ -x /etc/init.d/urshd ] && [ -z "$DESTDIR" ]; then
	/etc/init.d/urshd stop
fi