Typo / bugfix

This commit is contained in:
Igor Pecovnik 2016-10-21 20:01:18 +02:00
parent ede78add9a
commit fa23df2307

View File

@ -62,7 +62,7 @@ create_board_package()
# postrm script
cat <<-EOF > $destination/DEBIAN/postrm
#!/bin/sh
[ remove = "\$1"] || [ abort-install = "\$1" ] dpkg-divert --package linux-${RELEASE}-root-${DEB_BRANCH}${BOARD} --remove --rename \
[ remove = "\$1" ] || [ abort-install = "\$1" ] dpkg-divert --package linux-${RELEASE}-root-${DEB_BRANCH}${BOARD} --remove --rename \
--divert /etc/mpv/mpv-dist.conf /etc/mpv/mpv.conf
exit 0
EOF