]> git.saurik.com Git - apt.git/blobdiff - test/integration/framework
remove POSTINST from framework, file tree can be used for this
[apt.git] / test / integration / framework
index 0f57d0259fc119b9fad5675153a16b9664847317..28ccb4d9f7553503c953bb49bc36d1423b3f54f1 100644 (file)
@@ -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)