Your IP : 18.118.162.166
#!/bin/sh set -e # Automatically added by dh_installtex/1 ## ## postinst-tex ## ## postinst snippets for everything TeX related ## simply call update-texmf-config triggers ## ## Authors: ## Norbert Preining <preining@logic.at> ## # case "$1" in configure|abort-upgrade|abort-remove|abort-deconfigure) update-texmf-config map ;; esac # End automatically added section |