diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-30 21:35:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-30 21:35:49 +0000 |
commit | 891d7affcdb466d74dd70f764292d0d61a029729 (patch) | |
tree | 83aa84bd5d7dbe9dfd1fcfa1c050acc077e76700 /comms/xlog/pkg-plist | |
parent | - Create an empty database in X11BASE (diff) |
- Deal with empty directories left behind
Diffstat (limited to 'comms/xlog/pkg-plist')
-rw-r--r-- | comms/xlog/pkg-plist | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/comms/xlog/pkg-plist b/comms/xlog/pkg-plist index 92af57e799dc..2382493be680 100644 --- a/comms/xlog/pkg-plist +++ b/comms/xlog/pkg-plist @@ -42,3 +42,12 @@ share/xlog/qsllabels.glabels @dirrm share/pixmaps/xlog @exec update-mime-database %D/share/mime @unexec update-mime-database %D/share/mime +@unexec rmdir %D/share/mime/text 2> /dev/null || true +@unexec rmdir %D/share/applications 2> /dev/null || true +@unexec rmdir %D/share/applnk/Applications 2> /dev/null || true +@unexec rmdir %D/share/applnk 2> /dev/null || true +@unexec rmdir %D/share/pixmaps 2> /dev/null || true +@unexec rmdir %D/share/application-registry 2> /dev/null || true +@unexec rmdir %D/share/mimelnk/text 2> /dev/null || true +@unexec rmdir %D/share/mimelnk 2> /dev/null || true +@unexec rmdir %D/share/mime-info 2> /dev/null || true |