libraw1394.postinst.in
来自「libraw1394 is the only supported interfa」· IN 代码 · 共 13 行
IN
13 行
#!/bin/sh -e. /usr/share/debconf/confmoduledb_version 2.0if [ "$1" = "configure" ]; then echo -n "Creating device node /dev/raw1394... " cd /dev && ./MAKEDEV raw1394 echo "done."fi#DEBHELPER#
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?