xgsch2pcb: use 'file delete' for single possibly-nonexistent file (#29969)
--- trunk/dports/cad/xgsch2pcb/Portfile 2011-06-29 20:34:08 UTC (rev 79936)
+++ trunk/dports/cad/xgsch2pcb/Portfile 2011-06-29 21:39:17 UTC (rev 79937)
@@ -24,8 +24,5 @@
configure.python ${prefix}/bin/python2.5
post-destroot {
- delete ${destroot}${prefix}/share/applications/mimeinfo.cache
+ file delete ${destroot}${prefix}/share/applications/mimeinfo.cache
}
-
-
-