Changeset 69215 for trunk/dports/_resources
- Timestamp:
- Jun 28, 2010, 11:44:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/_resources/port1.0/group/texlive-1.0.tcl
r69102 r69215 263 263 264 264 post-activate { 265 system "${prefix}/bin/ texhash"265 system "${prefix}/bin/mktexlsr" 266 266 if {${texlive.forceupdatecnf} || ${texlive.languages} != ""} { 267 267 system "${prefix}/libexec/texlive-update-cnf language.dat" … … 281 281 # Update ls-R and any config files to reflect that the package 282 282 # is now gone 283 system "${prefix}/bin/ texhash"283 system "${prefix}/bin/mktexlsr" 284 284 if {${texlive.forceupdatecnf} || ${texlive.languages} != ""} { 285 285 system "${prefix}/libexec/texlive-update-cnf language.dat"
Note: See TracChangeset
for help on using the changeset viewer.