PLIST and remove remove everything under the @sample'd directory instead of the directory itself to prevent a warning from pkg_delete(1) trying to remove a non existing directory and to help preventing left-over files and directories.
11 lines
416 B
Plaintext
11 lines
416 B
Plaintext
@comment $OpenBSD: PLIST,v 1.7 2011/05/11 06:22:17 ajacoutot Exp $
|
|
@unexec-delete rm -f ${PREFIX}/share/applications/mimeinfo.cache
|
|
@bin bin/desktop-file-install
|
|
@bin bin/desktop-file-validate
|
|
@bin bin/update-desktop-database
|
|
@sample ${PREFIX}/share/applications/
|
|
@man man/man1/desktop-file-install.1
|
|
@man man/man1/desktop-file-validate.1
|
|
@man man/man1/update-desktop-database.1
|
|
@exec %D/bin/update-desktop-database
|