解决安装deb时报错:Error in file /usr/share/applications/kylin-installer.desktop: application/vnd.debian.binary-package,application/octet-stream is an invalid MIME type

This commit is contained in:
wangpenglong 2023-03-14 16:15:13 +08:00 committed by chriswang521
parent e62c0acfc3
commit 5da8929599
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ ln -s /usr/share/@@NAME@@/bin/@@NAME@@ /usr/bin/@@NAME@@
update-alternatives --install /usr/bin/editor editor /usr/bin/@@NAME@@ 0
# Install the desktop entry
if hash update-desktop-database 2>/dev/null; then
update-desktop-database
if hash desktop-file-install 2>/dev/null; then
desktop-file-install /usr/share/applications/@@NAME@@.desktop
fi
# Update mimetype database to pickup workspace mimetype