代码搜索:modules
找到约 10,000 项符合「modules」的源代码
代码结果 10,000
www.eeworm.com/read/382361/2637872
postinst comedi-modules.postinst
#!/bin/sh
if [ "$1" = "configure" ]; then
if [ -d /usr/doc -a ! -e /usr/doc/comedi-modules -a -d /usr/share/doc/comedi-modules ]; then
ln -sf ../share/doc/comedi-modules /usr/doc/comedi-modules
f
www.eeworm.com/read/382361/2637875
prerm comedi-modules.prerm
#!/bin/sh
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/comedi-modules ]; then
rm -f /usr/doc/comedi-modules
fi