ubuntu-22.04.3-desktop-amd64/casper/filesystem/var/lib/dpkg/info/linux-base.postrm

9 lines
220 B
Bash
Executable File

#!/bin/sh
set -e
# Automatically added by dh_installdebconf/13.3.4ubuntu1
if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule
db_purge
fi
# End automatically added section