4 Star 10 Fork 3

openEuler/ks-vaudit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
postinstall 391 Bytes
一键复制 编辑 原始数据 按行查看 历史
tangjie 提交于 2022-06-14 17:42 . refactor: use new screen record framework
#!/bin/bash
# You should run this (as root) after installation/uninstallation to make sure the libraries, desktop entry and icon will be found.
set -e
cd "$( dirname "${BASH_SOURCE[0]}" )"
if [ x"$( whoami )" != x"root" ]; then
echo "Error: postinstall should be run as root"
exit 1
fi
ldconfig
update-desktop-database -q
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor || true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openeuler/ks-vaudit.git
git@gitee.com:openeuler/ks-vaudit.git
openeuler
ks-vaudit
ks-vaudit
master

搜索帮助