You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging/dilos/dependencies/tqt3/debian/tqt3-linguist.postinst

14 lines
270 B

#!/bin/sh
set -e
if [ "${BASEDIR:=/}" = "/" ]; then
BASEDIR=""
fi
update-alternatives --install \
/usr/bin/linguist linguist "/usr/bin/tqlinguist" "45" \
--slave /usr/share/man/man1/linguist.1.gz linguist.1.gz \
"/usr/share/man/man1/tqlinguist.1.gz"
#DEBHELPER#