File: postinstall

package info (click to toggle)
xmltooling 1.0-2%2Blenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,296 kB
  • ctags: 2,524
  • sloc: cpp: 16,432; sh: 8,355; makefile: 378; xml: 84; ansic: 23
file content (9 lines) | stat: -rw-r--r-- 205 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

cd ${CLIENT_BASEDIR}/share/xml/xmltooling

sed "s|uri=\".*${CLIENT_BASEDIR}|uri=\"${CLIENT_BASEDIR}|1" catalog.xml > catalog.xml.tmp
mv catalog.xml.tmp catalog.xml
chmod 644 catalog.xml

exit 0