ubuntu-22.04.3-desktop-amd64/casper/filesystem/var/lib/dpkg/info/info.prerm

8 lines
107 B
Bash
Executable File

#!/bin/sh -e
if [ "$1" != "upgrade" ]; then
update-alternatives --remove infobrowser /usr/bin/info
fi