#!/usr/bin/make -f

%:
	dh $@

override_dh_fixperms:
	dh_fixperms
	find debian/s6-bundle-setup/etc/s6-rc/sv -type f \( -name up -o -name down -o -name run -o -name 'shell_*' -o -name '*.sh' \) -exec chmod 755 {} +
