Files
plezy/linux/packaging/after-install.sh
T
2026-08-10 20:28:41 +02:00

13 lines
348 B
Bash

#!/bin/bash
chmod +x /usr/bin/plezy
chmod +x /opt/plezy/plezy
chmod +x /opt/plezy/lib/crashpad_handler
if command -v gtk-update-icon-cache &> /dev/null; then
gtk-update-icon-cache -f -t /usr/share/icons/hicolor || true
fi
if command -v update-desktop-database &> /dev/null; then
update-desktop-database /usr/share/applications || true
fi