Use the force option to rm(1) to avoid the possibility of errors on

deinstall.

PR:		13677 (3 of 10)
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
This commit is contained in:
Steve Price 1999-11-01 01:50:03 +00:00
parent 57702f7ace
commit ac098acc33
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22780
3 changed files with 6 additions and 6 deletions

View File

@ -60,6 +60,6 @@ share/locale/locale.alias
@dirrm share/gettext/intl
@dirrm share/gettext/po
@dirrm share/gettext
@unexec rm -r %D/share/locale
@unexec rm -rf %D/share/locale
@exec mkdir -p %%X11BASE%%/share/locale
@unexec rm -r %%X11BASE%%/share/locale
@unexec rm -rf %%X11BASE%%/share/locale

View File

@ -60,6 +60,6 @@ share/locale/locale.alias
@dirrm share/gettext/intl
@dirrm share/gettext/po
@dirrm share/gettext
@unexec rm -r %D/share/locale
@unexec rm -rf %D/share/locale
@exec mkdir -p %%X11BASE%%/share/locale
@unexec rm -r %%X11BASE%%/share/locale
@unexec rm -rf %%X11BASE%%/share/locale

View File

@ -60,6 +60,6 @@ share/locale/locale.alias
@dirrm share/gettext/intl
@dirrm share/gettext/po
@dirrm share/gettext
@unexec rm -r %D/share/locale
@unexec rm -rf %D/share/locale
@exec mkdir -p %%X11BASE%%/share/locale
@unexec rm -r %%X11BASE%%/share/locale
@unexec rm -rf %%X11BASE%%/share/locale