CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]       2018/07/23 01:35:58

Modified files:
        misc/shared-mime-info: Makefile 
        misc/shared-mime-info/pkg: PLIST 

Log message:
With the apparition of @tag a regression was found, the cache file was not in
sync with what we had on the system during an update (because
update-mime-database(1) is now only run once at the end). That triggered some
weird behaviors if you 'pkg_add -u' while running on a fd.o Desktop as spotted
by landry@.

With this change we are now doing what most other BSD/Linux are doing, we dont't
package the files/dirs created by update-mime-database anymore and use some
@unexec-delete dance to cope with the removal of this extra stuff. So everything
should be in-sync at a given time.

input from espie@

Reply via email to