#!/usr/bin/make -f

%:
	dh $@

override_dh_link:
	dh_link usr/bin/mount.aptfs sbin/mount.aptfs

override_dh_installman:
	dh_installman mount.aptfs.1
