#!/bin/sh
# prerm script for live-build-astra
#
# see: dh_installdeb(1)

set -e

mv /usr/lib/live/build/bootstrap_debootstrap.bak /usr/lib/live/build/bootstrap_debootstrap || true
mv /usr/lib/live/build/chroot_install-packages.bak /usr/lib/live/build/chroot_install-packages || true
mv /usr/lib/live/build/chroot_devpts.bak /usr/lib/live/build/chroot_devpts || true
mv /usr/lib/live/build/chroot_archives.bak /usr/lib/live/build/chroot_archives || true
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

exit 0
