diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-25 15:24:35 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-25 15:24:35 -0600 |
commit | 480df2e321c2518991b2d35957ab2b01580b2536 (patch) | |
tree | 900da5a84f9006cbe675ca8cde8c87c059101a22 /ubuntu/maverick/metapackages/kubuntu-meta/update | |
parent | 3d382d1b043f3e6db524c045fb331f17b03d0974 (diff) | |
download | tde-packaging-480df2e321c2518991b2d35957ab2b01580b2536.tar.gz tde-packaging-480df2e321c2518991b2d35957ab2b01580b2536.zip |
Add Debian metapackage and move the Kubuntu metapackage to the correct location
Diffstat (limited to 'ubuntu/maverick/metapackages/kubuntu-meta/update')
-rwxr-xr-x | ubuntu/maverick/metapackages/kubuntu-meta/update | 13 |
1 files changed, 13 insertions, 0 deletions
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 |