56dd8dcf3c
the different database updates
11 lines
183 B
Text
11 lines
183 B
Text
# $FreeBSD$
|
|
#
|
|
# MAINTAINER: gnome@FreeBSD.org
|
|
|
|
actions: []
|
|
post-install: <<EOD
|
|
update-mime-database %D/%@ || true
|
|
EOD
|
|
post-deinstall: <<EOD
|
|
update-mime-database %D/%@ || true
|
|
EOD
|