10 lines
67 B
Bash
Executable File
10 lines
67 B
Bash
Executable File
#! /bin/sh
|
|
|
|
set -e
|
|
|
|
rm -f /usr/share/mibs/netsnmp/.index
|
|
|
|
|
|
|
|
exit 0
|