Sha256: fdd97535d2a2cfb36324eb6fedecdd18e7166fadde109cdb99ea739b41c0b830
Contents?: true
Size: 239 Bytes
Versions: 2
Compression:
Stored size: 239 Bytes
Contents
#!/bin/sh # Add a hook to /etc/profile that sources profile scripts installed by # packages. echo "# BEGIN TPKG HOOK for i in /etc/profile.d/*.sh ; do if [ -r \"\$i\" ]; then . \$i fi done # END TPKG HOOK" >> /etc/profile
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tpkg-2.3.5 | postinstall.solaris |
tpkg-2.3.4 | postinstall.solaris |