mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
10 lines
87 B
Bash
10 lines
87 B
Bash
#!/bin/sh
|
|
|
|
if [ x$2 != xDEINSTALL ]; then
|
|
exit
|
|
fi
|
|
|
|
rm -rf /var/mnogosearch
|
|
|
|
exit 0
|