b71e9706c5
This is a port of the latest released version of DataparkSearch. DataparkSearch Engine is a full-featured open sources web-based search engine released under the GNU General Public License and designed to organize search within a website, group of websites, intranet or local system. PR: ports/68050 Submitted by: Maxime Zakharov <maxime@sochi.net.ru>
10 lines
84 B
Bash
10 lines
84 B
Bash
#!/bin/sh
|
|
|
|
if [ x$2 != xDEINSTALL ]; then
|
|
exit
|
|
fi
|
|
|
|
rm -rf /var/dpsearch
|
|
|
|
exit 0
|