Skip to content

Commit

Permalink
Fix the deb preinst not running
Browse files Browse the repository at this point in the history
  • Loading branch information
cvaroqui committed Nov 4, 2017
1 parent b687450 commit 7e29b79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/pkg/make_deb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ cat - <<-EOF >$CHROOT/DEBIAN/conffiles
/etc/bash_completion.d/opensvc
EOF

cp $PATH_SCRIPT/../preinstall $CHROOT/DEBIAN/postinst
cp $PATH_SCRIPT/../preinstall $CHROOT/DEBIAN/preinst
chmod 755 $CHROOT/DEBIAN/preinst

cat - <<-EOF >$CHROOT/DEBIAN/postinst
#!/bin/sh -e
Expand Down

0 comments on commit 7e29b79

Please sign in to comment.