[pve-devel] [PATCH manager v2 06/17] postinst: removing old APL dir is obsolete

Thomas Lamprecht t.lamprecht at proxmox.com
Mon Mar 12 14:13:57 CET 2018


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 at proxmox.com>
---
 debian/postinst | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/debian/postinst b/debian/postinst
index 7e7441b5..cfaedbed 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -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"
-- 
2.14.2





More information about the pve-devel mailing list