aur/hyprwhspr.install
goodroot 2e31064f48 Fix typo in hyprwhspr.install
- Remove erroneous 'alsold;' from line 1
- This was causing 'alsold: command not found' error during installation
- Now post_install() function will work correctly
2025-09-06 15:50:02 -07:00

18 lines
537 B
Text

post_install() {
echo "HyprWhspr has been installed to /opt/hyprwhspr/"
echo ""
echo "To complete setup, run:"
echo " /opt/hyprwhspr/scripts/install-omarchy.sh"
echo ""
echo "This will configure permissions and services for your user."
echo ""
echo "For more information, see: /usr/share/doc/hyprwhspr/README.md"
}
post_upgrade() {
echo "HyprWhspr has been upgraded successfully!"
echo ""
echo "To update your configuration, run:"
echo " /opt/hyprwhspr/scripts/install-omarchy.sh"
}