__apt_pin: Always use $__object_id as preferences.d filename

This commit is contained in:
fancsali 2021-02-23 09:37:36 +00:00
parent 0734288483
commit 1a74470c4d
1 changed files with 1 additions and 6 deletions

View File

@ -36,12 +36,7 @@ case "$os" in
;;
esac
if [ "$package" = "*" ]; then
name="default"
else
name="$__object_id"
fi
name="$__object_id"
case $distribution in
stabletesting|unsatbel|experimental)