blob: cac54c8f21ca64f3907f0cc38b511baab0d0738b (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo -e "\n=================================================="
echo -e "HyprPanel is installed!"
echo -e "To configure ags and backup existing config run:\n"
echo -e "mv $HOME/.config/ags $HOME/.config/ags.bkup 2>/dev/null"
echo -e "ln -s /usr/share/HyprPanel $HOME/.config/ags"
echo -e "==================================================\n"
}
|