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

11 lines
339 B
Bash
Executable File

#!/bin/sh -e
if [ "$1" = "configure" ] || [ "$1" = "upgrade" ]; then
update-alternatives --install /usr/bin/infobrowser infobrowser \
/usr/bin/info 60 \
--slave /usr/share/man/man1/infobrowser.1.gz infobrowser.1.gz \
/usr/share/man/man1/info.1.gz
fi