pkgsrc-wip/tsm/PLIST
Hauke Fath be6b58397f Fix the DESTDIR magic:
- After a recommendation from obache, use a linux ld.so.conf.d
  drop-in file instead of appending to etc/ld.so.conf (which
  gets wiped by a suse_base re-install, anyway).
  Update ld.so.cache via PLIST @exec.
- Create the ${PKG_SYSCONFDIR}/en_US symlink to
  ${EMULDIR}/${TSMCLIENTSUBDIR}/ba/bin/en_US/ in PLIST via @exec.
2011-03-18 16:46:42 +00:00

12 lines
502 B
Plaintext

@comment $NetBSD: PLIST,v 1.5 2011/03/18 16:46:42 hfath Exp $
share/examples/tsm/dsm.opt.smp
share/examples/tsm/dsm.sys.smp
share/examples/tsm/tsm_ld_so.conf
share/examples/tsm/tsm_daily.sh
@exec ${LN} -s ${EMULDIR}/${TSMCLIENTSUBDIR}/ba/bin/en_US/ ${PKG_SYSCONFDIR}/en_US
@exec ${LN} -s ${EMULDIR}/${TSMCLIENTSUBDIR}/ba/bin/en_US/ ${PKG_SYSCONFDIR}/EN_US
@exec ${EMULDIR}/sbin/ldconfig
@unexec ${RM} -f ${PKG_SYSCONFDIR}/en_US
@unexec ${RM} -f ${PKG_SYSCONFDIR}/EN_US
@unexec ${EMULDIR}/sbin/ldconfig