11 lines
223 B
11 lines
223 B
12 years ago
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
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/linguist-tqt3.1.gz"
|
||
|
|
||
|
#DEBHELPER#
|