tazpkg remove gitmail
tazpkg get-install gitmail
#!/bin/sh
if [ $(id -u) -ne 0 ]; then
echo "Must be root to run this script" >&2
exit
elif [ -n "$1" ]; then
tazpkg remove $1
[ -f /usr/share/applications/${1}.desktop ] && rm -f /usr/share/applications/${1}.desktop
fi
It looks like you're new here. If you want to get involved, click one of these buttons!