Package: debian-fastforward
Version: 20260224-3
Severity: important

Dear Maintainer,

postinst postrm seems out of sync

On one side the files is called "....list"
and on the other side it was renamed to "....sources."

I found out this problem with cruft-ng.

Greetings

Alexandre





https://git.fastforward.debian.net/debian/debian-fastforward/src/branch/debian/debian/debian-fastforward.postinst

Install_apt_sources ()
{
cat > "/etc/apt/sources.list.d/${PROJECT}.sources" << EOF
# /etc/apt/sources.list.d/${PROJECT}.sources
EOF
}



https://git.fastforward.debian.net/debian/debian-fastforward/src/branch/debian/debian/debian-fastforward.postrm

Remove_apt_sources ()
{
        # apt sources
        rm -f "/etc/apt/sources.list.d/${PROJECT}.list"
}

Reply via email to