mirror of
https://github.com/termux/termux-packages.git
synced 2025-08-17 20:02:57 +00:00
11 lines
235 B
Diff
11 lines
235 B
Diff
--- a/install.sh.in
|
|
+++ b/install.sh.in
|
|
@@ -16,6 +16,7 @@
|
|
inst_file="install -m 644 -v"
|
|
|
|
update_cache() {
|
|
+ return
|
|
if test -z "$DESTDIR";then
|
|
echo "** Updating cache"
|
|
gtk-update-icon-cache -f -t @PREFIX@/share/icons/hicolor
|