summaryrefslogtreecommitdiffstats
path: root/src/pkg/debian/vpp.postrm
diff options
context:
space:
mode:
authorPaul Vinciguerra <pvinci@vinciconsulting.com>2020-12-30 00:41:15 +0000
committerOle Tr�an <otroan@employees.org>2021-02-09 18:29:33 +0000
commit3ca4b14e2d3df439a6088401baace95a9f79f855 (patch)
tree5f6c3a4aff8b5654805bf2d5f76b380115c0266e /src/pkg/debian/vpp.postrm
parentc68ca7b6e18d9e7c905e236da79e6d3045a01be1 (diff)
papi: remove python2 vpp-api-python.deb
Type: fix Change-Id: I4901f7eb9d739afd4d45a25306434e9d122a4068 Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/pkg/debian/vpp.postrm')
-rw-r--r--src/pkg/debian/vpp.postrm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg/debian/vpp.postrm b/src/pkg/debian/vpp.postrm
index 24b4842fd0a..4ef1a59e070 100644
--- a/src/pkg/debian/vpp.postrm
+++ b/src/pkg/debian/vpp.postrm
@@ -13,9 +13,9 @@ for d in $pci_dirs; do
done
done
if [ -n "${removed}" ]; then
- echo "There are changes in PCI drivers, rescaning"
+ echo "There are changes in PCI drivers, rescanning"
echo 1 > /sys/bus/pci/rescan
else
- echo "There weren't PCI devices binded"
+ echo "There weren't PCI devices bound"
fi