Modified: trunk/dports/gnome/drwright/Portfile (107358 => 107359)
--- trunk/dports/gnome/drwright/Portfile 2013-06-26 04:16:34 UTC (rev 107358)
+++ trunk/dports/gnome/drwright/Portfile 2013-06-26 04:16:48 UTC (rev 107359)
@@ -5,6 +5,7 @@
name drwright
version 0.18
+revision 1
license GPL-2
description A GNOME break reminder!
long_description \
@@ -38,6 +39,7 @@
--disable-schemas-install
post-activate {
+ system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
}