termux-packages/x11-packages/desktop-file-utils/hooks/postinst.in

8 lines
121 B
Plaintext
Raw Normal View History

2018-10-06 15:59:19 +02:00
#!@TERMUX_PREFIX@/bin/sh
if [ -d "@TERMUX_PREFIX@/share/applications" ]; then
update-desktop-database -q
fi
exit 0