ajacoutot 1250129c77 Re-add @tag at the top (next to define-tag).
This way the associated command will be run on update (at-end) and at
delete time (at the time it is encountered in the PLIST).

discussed wth espie@
2018-07-30 08:34:07 +00:00

14 lines
532 B
Plaintext

@comment $OpenBSD: PLIST,v 1.13 2018/07/30 08:34:07 ajacoutot Exp $
@define-tag update-desktop-database at-end %D/bin/update-desktop-database
@tag update-desktop-database
@unexec-delete rm -f %D/share/applications/mimeinfo.cache
bin/desktop-file-edit
@bin bin/desktop-file-install
@bin bin/desktop-file-validate
@bin bin/update-desktop-database
@sample ${PREFIX}/share/applications/
@man man/man1/desktop-file-edit.1
@man man/man1/desktop-file-install.1
@man man/man1/desktop-file-validate.1
@man man/man1/update-desktop-database.1