/usr/share/debhelper/autoscripts/postinst-compatfile-aspell is in dictionaries-common-dev 1.20.5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | dico_class="aspell"
dico_compat="#COMPAT#"
for i in $dico_compat; do
if [ "$1" = "reconfigure" ] || [ -n "$DEBCONF_RECONFIGURE" ] || [ ! -e "/var/lib/$dico_class/$i" ]
then
>"/var/lib/$dico_class/$i"
fi
done
|