HEX
Server: Apache
System: Linux pdx1-shared-a1-11 6.6.116-grsec-jammy-dirty #1 SMP Sat Nov 8 00:02:42 UTC 2025 x86_64
User: mollywopper (10344313)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //var/lib/dpkg/info/texlive-binaries.postinst

#!/bin/sh -e # texlive-binaries postinst, created 2008 by Frank Küster # probably not copyrightable as it looks now, but anyway the code maybe # freely copied, distributed and/or modified # activate the xdvi.bin alternative case "$1" in configure|reconfigure) update-alternatives --install /usr/bin/xdvi.bin xdvi.bin /usr/bin/xdvi-xaw 30 update-alternatives --install /usr/bin/bibtex bibtex \ /usr/bin/bibtex.original 100 \ --slave /usr/share/man/man1/bibtex.1.gz bibtex.1.gz \ /usr/share/man/man1/bibtex.original.1.gz ;; esac case "$1" in configure|reconfigure) dpkg-trigger texmf-format ;; esac