1 Star 0 Fork 11

src-openeuler-xia/desktop-file-utils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
macros.desktop-file-utils 806 Bytes
一键复制 编辑 原始数据 按行查看 历史
6peng 提交于 2022-04-21 13:06 . add macros.desktop-file-utils
# RPM macros for packages installing desktop files
#
###
#
# When a package installs a desktop file, it should use both macros:
#
# - %desktop_database_post in %post
# - %desktop_database_postun in %postun
#
# Note that these macros can optionally take as argument the directory
# where the desktop file is installed. If no argument is passed, then
# %{_datadir}/applications will be used (which is where applications
# usually install their desktop file).
#
###
# On install, update the desktop database
%desktop_database_post() \
%nil
# On uninstall, update the desktop database. Note: we ignore upgrades (already
# handled in %post of the new package).
%desktop_database_postun() \
%nil
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler-xia/desktop-file-utils.git
git@gitee.com:src-openeuler-xia/desktop-file-utils.git
src-openeuler-xia
desktop-file-utils
desktop-file-utils
master

搜索帮助