0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-02-07 20:10:04 +00:00
Jia Yuan Lo f1173d16ae chore(main/emscripten): clean up (#20947)
Also update tests.sh
2024-07-25 00:34:54 +08:00

6 lines
97 B
Bash

#!@TERMUX_PREFIX@/bin/sh
case "$1" in
purge|remove)
rm -fr "@TERMUX_PREFIX@/opt/emscripten"
esac