From 70bd026b4c9f24e511eca369bb5652fc659fe9a8 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 28 Feb 2014 09:32:54 +0000 Subject: Add Debian-style packaging rules --- debian/baserock-chroot.postinst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 debian/baserock-chroot.postinst (limited to 'debian/baserock-chroot.postinst') diff --git a/debian/baserock-chroot.postinst b/debian/baserock-chroot.postinst new file mode 100644 index 0000000..c244aa1 --- /dev/null +++ b/debian/baserock-chroot.postinst @@ -0,0 +1,7 @@ +#!/bin/sh + +set -eu + +br-ct-sync-chroots + +#DEBHELPER# -- cgit v1.2.1