mirror of
https://github.com/termux/termux-packages.git
synced 2025-03-04 08:18:54 +00:00
8 lines
121 B
Bash
8 lines
121 B
Bash
#!@TERMUX_PREFIX@/bin/sh
|
|
|
|
if [ -d "@TERMUX_PREFIX@/share/applications" ]; then
|
|
update-desktop-database -q
|
|
fi
|
|
|
|
exit 0
|