pkgsrc/emulators/suse100_base/PLIST
tonio 04e9e931d2 Import openSUSE 10.0 base packages for Linux emulation
Add support for powerpc (but it does *not* work stable yet)
2006-03-09 20:33:46 +00:00

15 lines
616 B
Text

@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/09 20:34:10 tonio Exp $
sbin/linux-mkpwd
@unexec ${RM} -f %D/${EMULSUBDIR}/etc/ld.so.cache
${EMULSUBDIR}/etc/SuSE-release
${EMULSUBDIR}/etc/mtab
${EMULSUBDIR}/usr/${LINUX_LIB}/libz.so.1
@exec ${MKDIR} %D/${EMULSUBDIR}/proc
@dirrm ${EMULSUBDIR}/proc
@unexec cd %D/${EMULSUBDIR}/etc && ${RM} -f group gshadow passwd shadow
@exec ${MKDIR} %D/${EMULSUBDIR}/dev
@exec cp -p /dev/MAKEDEV %D/${EMULSUBDIR}/dev
@exec cd %D/${EMULSUBDIR}/dev && sh ./MAKEDEV std audio
@exec cd %D/${EMULSUBDIR}/dev && ln -s sound dsp
@unexec ${RM} -f %D/${EMULSUBDIR}/dev/*
@dirrm ${EMULSUBDIR}/dev