Actually remove the directory upon deinstall (missing %D prefix)

This commit is contained in:
Kris Kennaway 2004-11-24 02:29:48 +00:00
parent d013e203da
commit e1c7941185
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122266

View File

@ -1 +1 @@
@unexec rmdir %%SKKDIR%% > /dev/null 2>&1 || true
@unexec rmdir %D/%%SKKDIR%% > /dev/null 2>&1 || true