#!/usr/bin/make -f
%:
	dh $@
override_dh_fixperms:
	dh_fixperms
	find debian/s6-bundle-shutdown/etc/s6-rc -type f \( -name up -o -name down -o -name run -o -name 'shell_*' -o -name '*.sh' \) -exec chmod 755 {} + 2>/dev/null || true
