diff options
Diffstat (limited to 'astro')
-rw-r--r-- | astro/kstars/pkg-plist | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/astro/kstars/pkg-plist b/astro/kstars/pkg-plist index 2aba266935d6..77ac826d9eb9 100644 --- a/astro/kstars/pkg-plist +++ b/astro/kstars/pkg-plist @@ -198,6 +198,10 @@ share/icons/locolor/32x32/apps/kstars.png share/icons/locolor/48x48/apps/kstars.png share/locale/de/LC_MESSAGES/kstars.mo share/locale/fr/LC_MESSAGES/kstars.mo +@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/fr 2>/dev/null || true +@unexec rmdir %D/share/locale/de 2>/dev/null || true @unexec rmdir %D/share/icons/locolor/48x48/apps 2>/dev/null || true @unexec rmdir %D/share/icons/locolor/48x48 2>/dev/null || true @unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true @@ -213,7 +217,9 @@ share/locale/fr/LC_MESSAGES/kstars.mo @unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true @unexec rmdir %D/share/icons/hicolor 2>/dev/null || true @unexec rmdir %D/share/icons 2>/dev/null || true -@dirrm share/doc/HTML/en/kstars +@unexec rmdir %D/share/doc/HTML/en/kstars 2>/dev/null || true +@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true +@unexec rmdir %D/share/doc/HTML 2>/dev/null || true @dirrm share/apps/kstars @unexec rmdir %D/share/apps 2>/dev/null || true @unexec rmdir %D/share/applnk/Applications 2>/dev/null || true |