5d33e04596
Where appropriate fiddle with a few other things.
9 lines
169 B
Text
9 lines
169 B
Text
# MAINTAINER: gnome@FreeBSD.org
|
|
|
|
actions: []
|
|
post-install: <<EOD
|
|
update-mime-database %D/%@ || true
|
|
EOD
|
|
post-deinstall: <<EOD
|
|
update-mime-database %D/%@ || true
|
|
EOD
|