diff options
author | Michael Vogt <mvo@debian.org> | 2013-10-15 18:09:09 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-10-15 18:09:09 +0200 |
commit | 7ff4de5b121928a8e800bc31cbc6aa74d11dd47c (patch) | |
tree | 0c424b4091ba199dde7773d77e69f26930d51e6a | |
parent | 42c1513b712818823e0a136c949f0d93c46907d7 (diff) |
remove POSTINST from framework, file tree can be used for this
-rw-r--r-- | test/integration/framework | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/integration/framework b/test/integration/framework index 0f57d0259..28ccb4d9f 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -395,10 +395,6 @@ Package: $NAME" >> ${BUILDDIR}/debian/control if [ -n "$FILE_TREE" ]; then cp -ar "$FILE_TREE" ${BUILDDIR}/debian/tmp fi - if [ -n "$POSTINST" ]; then - echo "$POSTINST" > ${BUILDDIR}/debian/tmp/DEBIAN/postinst - chmod +x ${BUILDDIR}/debian/tmp/DEBIAN/postinst - fi (cd ${BUILDDIR}; dpkg-gencontrol -DArchitecture=$arch) (cd ${BUILDDIR}/debian/tmp; md5sum $(find usr/ -type f) > DEBIAN/md5sums) |