#!/bin/sh

if [ "$1" = "purge" ]
then
  rm -rf /etc/iproute2
fi
