diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-17 14:51:56 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-17 14:51:56 +0000 |
commit | afc2173ea6fb5680ba603e891d8c490caa0ca453 (patch) | |
tree | 048075429d92e78d032ec0d763c5acfd3b606540 /devel/linux-understand_c/pkg-plist | |
parent | Enno fixed a number of issues with his document, so update this here (diff) |
o update to 1.4 Build 130
o (PLIST) conditionalize one deinstall message
Diffstat (limited to 'devel/linux-understand_c/pkg-plist')
-rw-r--r-- | devel/linux-understand_c/pkg-plist | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/linux-understand_c/pkg-plist b/devel/linux-understand_c/pkg-plist index 3b28bca264b5..8e9ba51b8aa7 100644 --- a/devel/linux-understand_c/pkg-plist +++ b/devel/linux-understand_c/pkg-plist @@ -411,7 +411,7 @@ share/understand_c/compilers/sunos.cfg share/understand_c/configs/c.cfg share/understand_c/fonts/cetus.ttf @exec %%MKDIR%% %D/share/understand_c/license -@unexec %%RMDIR%% %D/share/understand_c/license 2>/dev/null || %%TRUE%% +@unexec %%RMDIR%% %D/share/understand_c/license 2>/dev/null || %%ECHO%% "If you are permanently removing Understand_c, you should also \`\`rm -Rf ${PKG_PREFIX}/share/understand_c/license''. This dir holds your license files if you installed any." | %%FMT%% @dirrm share/understand_c/fonts @dirrm share/understand_c/configs @dirrm share/understand_c/compilers @@ -441,4 +441,3 @@ usr/lib/libudb_api.so @exec %%LINUXBASE%%/sbin/ldconfig @unexec %%LINUXBASE%%/sbin/ldconfig @exec %%ECHO%% "If you are installing Understand_c for the first time, you should place your license file at \`\`%D/share/understand_c/license''. Do backup your license file to prevent accidents." | %%FMT%% -@unexec %%ECHO%% "If you are permanently removing Understand_c, you should also \`\`rm -Rf ${PKG_PREFIX}/share/understand_c/license''. This dir holds your license files if you installed any." | %%FMT%% |