1 2 3 4 5 6 7 8 9
post_install() { ln -s /usr/share/anamnesis/anamnesis.py /usr/bin/anamnesis } post_remove() { rm /usr/bin/anamnesis }