aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authortaoka <taoka@FreeBSD.org>2001-03-10 12:21:35 +0800
committertaoka <taoka@FreeBSD.org>2001-03-10 12:21:35 +0800
commit3a75cabd56040f4cbf7f12483b49713e1ac94742 (patch)
tree63d6a5127dc9ae09e02824f4223c65aec7847cd7 /print
parent9c7b7a16c123502cbaade100ff3e4b8112387d2b (diff)
downloadfreebsd-ports-gnome-3a75cabd56040f4cbf7f12483b49713e1ac94742.tar.gz
freebsd-ports-gnome-3a75cabd56040f4cbf7f12483b49713e1ac94742.tar.zst
freebsd-ports-gnome-3a75cabd56040f4cbf7f12483b49713e1ac94742.zip
When this was installed by pkg_add,
the command "@unexec rpm -e ...." which I added to pkg-list in previous commit is not necessary. So the command requires "; ture" in the end.
Diffstat (limited to 'print')
-rw-r--r--print/bjfiltercom/pkg-plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/bjfiltercom/pkg-plist b/print/bjfiltercom/pkg-plist
index f03b92b8c340..8dd54a6b3ad2 100644
--- a/print/bjfiltercom/pkg-plist
+++ b/print/bjfiltercom/pkg-plist
@@ -47,4 +47,4 @@ usr/local/share/printui/yellow_bar.xpm
@dirrm usr/lib/bjlib
@dirrm usr/local/share/printui
@comment To maintain ${LINUXBASE}/var/lib/rpm/
-@unexec rpm -e %%RM_RPMFLAGS%% bjfiltercom-%%PORTVERSION%% > /dev/null 2>&1
+@unexec rpm -e %%RM_RPMFLAGS%% bjfiltercom-%%PORTVERSION%% > /dev/null 2>&1; true