mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-16 19:30:54 +00:00
d/postinst: remove beta sources for real
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
4e7c7d5882
commit
2f11eee575
2
debian/postinst
vendored
2
debian/postinst
vendored
@ -160,7 +160,7 @@ case "$1" in
|
||||
|
||||
# FIXME: remove after beta is over and add hunk to actively remove the repo
|
||||
BETA_SOURCES="/etc/apt/sources.list.d/pvetest-for-beta.list"
|
||||
if ! test -f "$BETA_SOURCES" && dpkg --compare-versions "$2" 'lt' '8.0.1' && dpkg --compare-versions "$2" 'gt' '8.0~'; then
|
||||
if test -f "$BETA_SOURCES" && dpkg --compare-versions "$2" 'lt' '8.0.2' && dpkg --compare-versions "$2" 'gt' '8.0~'; then
|
||||
echo "Removing the during beta added pvetest repository file again"
|
||||
rm -v "$BETA_SOURCES" || true
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user