diff options
Diffstat (limited to 'misc/hello/pkg-plist')
-rw-r--r-- | misc/hello/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/hello/pkg-plist b/misc/hello/pkg-plist index d0dfbd192c7e..c4a214a16f06 100644 --- a/misc/hello/pkg-plist +++ b/misc/hello/pkg-plist @@ -33,5 +33,5 @@ info/hello.info %%NLS%%share/locale/sv/LC_MESSAGES/hello.mo %%NLS%%share/locale/tr/LC_MESSAGES/hello.mo %%NLS%%share/locale/uk/LC_MESSAGES/hello.mo -%%NLS%%@unexec rmdir %D/share/locale/de_DE/LC_MESSAGES 2> /dev/null || true -%%NLS%%@unexec rmdir %D/share/locale/de_DE 2> /dev/null || true +%%NLS%%@dirrmtry share/locale/de_DE/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/de_DE |