diff options
-rw-r--r-- | net-mgmt/ipfm/pkg-plist | 1 | ||||
-rw-r--r-- | net/ipfm/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/ipfm/pkg-plist b/net-mgmt/ipfm/pkg-plist index 74273dcc3e89..51974749b2b9 100644 --- a/net-mgmt/ipfm/pkg-plist +++ b/net-mgmt/ipfm/pkg-plist @@ -1,3 +1,4 @@ sbin/ipfm etc/ipfm.conf @exec mkdir -p /var/log/ipfm +@unexec rmdir /var/log/ipfm 2>/dev/null || echo "The logs will be left in /var/log/ipfm after the port is deinstalled." diff --git a/net/ipfm/pkg-plist b/net/ipfm/pkg-plist index 74273dcc3e89..51974749b2b9 100644 --- a/net/ipfm/pkg-plist +++ b/net/ipfm/pkg-plist @@ -1,3 +1,4 @@ sbin/ipfm etc/ipfm.conf @exec mkdir -p /var/log/ipfm +@unexec rmdir /var/log/ipfm 2>/dev/null || echo "The logs will be left in /var/log/ipfm after the port is deinstalled." |