prerm is in asciidoc 8.6.10-2.
This file is a maintainer script. It is executed when installing (*inst) or removing (*rm) the package.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | #!/bin/sh
set -e
# Automatically added by dh_installdeb/10.10.9ubuntu1
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/deprecated-quotes.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/filters-test.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/lang-cs-man-test.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/lang-cs-test.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/lang-de-man-test.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/lang-de-test.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/lang-en-man-test.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/lang-en-test.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/lang-es-man-test.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/lang-es-test.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/lang-fr-man-test.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/lang-fr-test.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/lang-hu-man-test.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/lang-hu-test.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/lang-it-man-test.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/lang-it-test.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/lang-nl-man-test.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/lang-nl-test.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/lang-pt-BR-man-test.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/lang-pt-BR-test.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/lang-ro-man-test.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/lang-ro-test.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/lang-ru-man-test.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/lang-ru-test.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/lang-uk-man-test.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/lang-uk-test.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/oldtables.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/open-block-test.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/rcs-id-marker-test.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/testcases.conf 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/testcases.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/utf8-bom-test.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/data/utf8-examples.txt 8.6.9-6\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/asciidoc/testasciidoc.conf 8.6.9-6\~ -- "$@"
# End automatically added section
|