debian-galaxy-a20e/rootfs/var/lib/dpkg/info/adduser.postrm

15 lines
151 B
Plaintext
Raw Permalink Normal View History

2026-08-27 13:48:54 +00:00
#! /bin/sh
set -eu
case $1 in
purge)
rm -fv /etc/adduser.conf /etc/adduser.conf.dpkg-save /etc/adduser.conf.update-old
;;
esac
set +eu