post_install() {
    cp /etc/lxdm/lxdm.conf /etc/lxdm/lxdm.conf.save
    sed -i 's|# session=.*|session=/usr/bin/bigwmaker|g' /etc/lxdm/lxdm.conf
    sed -i 's|theme=.*|theme=biglinux-theme|g' /etc/lxdm/lxdm.conf
}

post_remove() {
    echo ":: Restoring previous lxdm.conf"
	mv -f /etc/lxdm/lxdm.conf.save /etc/lxdm/lxdm.conf
}
