blob: 918269848d8aef73a910fdd33968dbdbb7b3273b (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo -e "\n=================================================="
echo -e "HyprPanel is installed!"
echo -e "To configure ags run this command:\n"
echo -e "ln -s /usr/share/HyprPanel $HOME/.config/ags"
echo -e "==================================================\n"
}
|