chiark / gitweb /
pcre.c, etc.: Support the PCRE2 library.
[anag] / debian / anag-gui-tk.postinst
1 #! /bin/sh
2 set -e
3 update-alternatives --install \
4         /usr/bin/anag-gui anag-gui /usr/bin/anag-gui.tk 20
5 #DEBHELPER#