8 lines
121 B
Plaintext
8 lines
121 B
Plaintext
|
#!@TERMUX_PREFIX@/bin/sh
|
||
|
|
||
|
if [ -d "@TERMUX_PREFIX@/share/applications" ]; then
|
||
|
update-desktop-database -q
|
||
|
fi
|
||
|
|
||
|
exit 0
|