From 0ff008e3c9dcc5ef088f481dfff3dcd121575598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Wed, 27 Aug 2014 05:07:26 -0300 Subject: move some packages from [social] to [pcr] and remove unused [social] --- social/babeld/babeld.install | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 social/babeld/babeld.install (limited to 'social/babeld/babeld.install') diff --git a/social/babeld/babeld.install b/social/babeld/babeld.install deleted file mode 100644 index 686153617..000000000 --- a/social/babeld/babeld.install +++ /dev/null @@ -1,18 +0,0 @@ -compatibility_warning() { - echo "PLEASE NOTE:" - echo " " - echo "-------------------------------------------------------------" - echo " This version uses the IANA-allocated UDP port and multicast" - echo " group and is therefore incompatible with older versions." - echo "-------------------------------------------------------------" -} - -post_upgrade() { - major=$(echo $2 | cut -d '.' -f1) - minor=$(echo $2 | cut -d '.' -f2) - if [ $major -lt 1 ]; then - compatibility_warning - elif [ $major -eq 1 -a $minor -lt 1 ]; then - compatibility_warning - fi -} -- cgit v1.2.3-2-g168b