]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
postinst: removing old APL dir is obsolete
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Mar 2018 13:13:57 +0000 (14:13 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 12 Mar 2018 14:13:48 +0000 (15:13 +0100)
This was added by 82f9a5d7c on 2012-02-21 11:42:32, as we had 2 major
upgrades since them every system either was update or new installed,
so just remove this.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/postinst

index 7896b83b7546e9040cee483036df7cec1ec2b87e..70cc36180d655b5a574e1d71743f018bec6055c9 100755 (executable)
@@ -32,9 +32,6 @@ case "$1" in
 
     mkdir /etc/pve 2>/dev/null || true
 
-    # remove old APL dir
-    rm -rf /var/lib/pve-manager/apl-available
-
     # remove old cron.daily update job to randomize it
     if test -e /etc/cron.daily/pve; then
        echo "Remove old update script from cron.daily"