#!/usr/bin/make -f
# -*- makefile -*-

export DH_VERBOSE=1

override_dh_fixperms:
	dh_fixperms
	chmod 600 debian/grml2hd/etc/grml2hd/config

%:
	dh $@

