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

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