Selaa lähdekoodia

remove POSTINST from framework, file tree can be used for this

Michael Vogt 12 vuotta sitten
vanhempi
commit
7ff4de5b12
1 muutettua tiedostoa jossa 0 lisäystä ja 4 poistoa
  1. 0 4
      test/integration/framework

+ 0 - 4
test/integration/framework

@@ -395,10 +395,6 @@ Package: $NAME" >> ${BUILDDIR}/debian/control
                 if [ -n "$FILE_TREE" ]; then
                 if [ -n "$FILE_TREE" ]; then
                     cp -ar "$FILE_TREE" ${BUILDDIR}/debian/tmp
                     cp -ar "$FILE_TREE" ${BUILDDIR}/debian/tmp
                 fi
                 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}; dpkg-gencontrol -DArchitecture=$arch)
 		(cd ${BUILDDIR}/debian/tmp; md5sum $(find usr/ -type f) > DEBIAN/md5sums)
 		(cd ${BUILDDIR}/debian/tmp; md5sum $(find usr/ -type f) > DEBIAN/md5sums)