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

8 lines
196 B
Bash
Executable File

#!/bin/sh
set -e
# Automatically added by dh_installalternatives/13.6ubuntu1
if [ "$1" = "remove" ]; then
update-alternatives --remove open /usr/bin/xdg-open
fi
# End automatically added section