diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-06 14:21:47 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-06 14:31:13 +0000 |
commit | 135fdeebb99c3569e42d8162b265e15d29bd937d (patch) | |
tree | 0633c9aadceddb9aa52cae2dc3d7e7e6732eece9 /sysutils/froxlor/files/pkg-deinstall.in | |
parent | 305f148f482daf30dcf728039d03d019f88344eb (diff) |
Diffstat (limited to 'sysutils/froxlor/files/pkg-deinstall.in')
-rw-r--r-- | sysutils/froxlor/files/pkg-deinstall.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysutils/froxlor/files/pkg-deinstall.in b/sysutils/froxlor/files/pkg-deinstall.in index a99a44c8e088..8323a7178a8c 100644 --- a/sysutils/froxlor/files/pkg-deinstall.in +++ b/sysutils/froxlor/files/pkg-deinstall.in @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ if [ "$2" != "POST-DEINSTALL" ]; then exit 0 |