net-snmp/debian/libsnmp-base.prerm

10 lines
78 B
Bash

#! /bin/sh
set -e
rm -f /usr/share/mibs/netsnmp/.index
#DEBHELPER#
exit 0