Files
Nivora/claude-alt/postremove.sh
T

10 lines
283 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
if command -v update-desktop-database >/dev/null 2>&1; then
update-desktop-database -q /usr/share/applications || true
fi
if command -v gtk-update-icon-cache >/dev/null 2>&1; then
gtk-update-icon-cache -f -q /usr/share/icons/hicolor || true
fi