mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
7 lines
118 B
Bash
7 lines
118 B
Bash
#!/bin/sh
|
|
if [ "$2" != "DEINSTALL" ]; then
|
|
exit 0
|
|
fi
|
|
|
|
rm -fr ${PKG_PREFIX}/www/cgi-bin/openwebmail/etc/sessions/*
|