#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_install:
	install -D -m 0755 obs-hello.sh debian/obs-hello/usr/bin/obs-hello
