#!/usr/bin/make -f

DEB_AUTO_UPDATE_DEBIAN_CONTROL := true

include /usr/share/cdbs/1/rules/debhelper.mk

binary-post-install/vlogger::
	install $(CURDIR)/vlogger $(CURDIR)/debian/vlogger/usr/sbin
