From 480df2e321c2518991b2d35957ab2b01580b2536 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 25 Nov 2012 15:24:35 -0600 Subject: Add Debian metapackage and move the Kubuntu metapackage to the correct location --- ubuntu/maverick/metapackages/kubuntu-meta/update | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 ubuntu/maverick/metapackages/kubuntu-meta/update (limited to 'ubuntu/maverick/metapackages/kubuntu-meta/update') diff --git a/ubuntu/maverick/metapackages/kubuntu-meta/update b/ubuntu/maverick/metapackages/kubuntu-meta/update new file mode 100755 index 000000000..01998e1bc --- /dev/null +++ b/ubuntu/maverick/metapackages/kubuntu-meta/update @@ -0,0 +1,13 @@ +#! /bin/sh + +if ! which dch >/dev/null; then + echo >&2 "please install devscripts" + exit 1 +fi + +if ! which debootstrap >/dev/null; then + echo >&2 "please install debootstrap" + exit 1 +fi + +exec germinate-update-metapackage --bzr -- cgit v1.2.1