mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
51513f1594
PR: ports/144143 Submitted by: Nick Withers <nick@nickwithers.com> (maintainer) Feature safe: yes
12 lines
439 B
Plaintext
12 lines
439 B
Plaintext
bin/downtime
|
|
share/applications/downtime.desktop
|
|
share/mime/packages/downtime.xml
|
|
@dirrmtry share/applications
|
|
@dirrmtry share/mime/packages
|
|
@dirrmtry share/mime
|
|
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
|
|
@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
|
|
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
|
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
|
|