From e1c794118590f38d1b522f9d02a21e068e4dc1ab Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 24 Nov 2004 02:29:48 +0000 Subject: Actually remove the directory upon deinstall (missing %D prefix) --- japanese/skk-jisyo/pkg-plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'japanese/skk-jisyo') diff --git a/japanese/skk-jisyo/pkg-plist b/japanese/skk-jisyo/pkg-plist index 8a11bf34d68d..28f66865c6d8 100644 --- a/japanese/skk-jisyo/pkg-plist +++ b/japanese/skk-jisyo/pkg-plist @@ -1 +1 @@ -@unexec rmdir %%SKKDIR%% > /dev/null 2>&1 || true +@unexec rmdir %D/%%SKKDIR%% > /dev/null 2>&1 || true -- cgit v1.2.3