diff options
Diffstat (limited to 'games/hlserver-wasteland')
-rw-r--r-- | games/hlserver-wasteland/pkg-plist | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/hlserver-wasteland/pkg-plist b/games/hlserver-wasteland/pkg-plist index 3c190c46d316..64941851d908 100644 --- a/games/hlserver-wasteland/pkg-plist +++ b/games/hlserver-wasteland/pkg-plist @@ -77,4 +77,6 @@ @dirrm %%HLDSDIR%%wasteland/events @dirrm %%HLDSDIR%%wasteland/dlls @dirrm %%HLDSDIR%%wasteland/cl_dlls -@dirrm %%HLDSDIR%%wasteland +@unexec rmdir %D/%%HLDSDIR%%wasteland/SAVE 2>/dev/null || true +@unexec rmdir %D/%%HLDSDIR%%wasteland/logs 2>/dev/null || true +@unexec rmdir %D/%%HLDSDIR%%wasteland 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -rf ${PKG_PREFIX}/%%HLDSDIR%%wasteland`` to remove any configuration files and logs left." | fmt |