linuxOS_AP05/debian/base-linaro/binary/var/lib/dpkg/info/desktop-file-utils.postinst
2025-09-26 09:40:02 +08:00

12 lines
95 B
Bash
Executable File

#!/bin/sh
set -e
update-desktop-database -q
if [ "$1" = "triggered" ]; then
exit 0
fi