postinst is in uctodata 0.4-1.
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
dpkg-maintscript-helper rm_conffile /etc/ucto/es.abr 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/exotic-eos.eos 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/exotic-quotes.quote 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/ligatures.filter 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/nl_afk.abr 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/pt.abr 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/tokconfig-de 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/tokconfig-deu 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/tokconfig-en 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/tokconfig-eng 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/tokconfig-es 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/tokconfig-spa 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/tokconfig-fr 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/tokconfig-fra 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/tokconfig-fy 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/tokconfig-fry 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/tokconfig-it 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/tokconfig-ita 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/tokconfig-nl 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/tokconfig-nld 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/tokconfig-nl-sonarchat 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/tokconfig-nld-sonarchat 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/tokconfig-nl-twitter 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/tokconfig-nld-twitter 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/tokconfig-nl-withplaceholder 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/tokconfig-nld-withplaceholder 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/tokconfig-pt 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/tokconfig-por 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/tokconfig-ru 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/tokconfig-rus 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/tokconfig-sv 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/tokconfig-swe 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/tokconfig-tr 0.4-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/ucto/tokconfig-tur 0.4-1\~ -- "$@"
# End automatically added section
|