✏️ 正在编辑: systemd-sysv.postinst
路径:
/var/lib/dpkg/info/systemd-sysv.postinst
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
#!/bin/sh set -e # update grub on first install, so that the alternative init system boot # entries get updated if [ "$1" = configure ] && [ -z "$2" ] && [ -e /boot/grub/grub.cfg ] && which update-grub >/dev/null 2>&1; then update-grub || true fi
💾 保存文件
← 返回文件管理器