summarylogtreecommitdiffstats
path: root/hyprshade.install
blob: bcfc601cc1b5af71d6e61a594e36b28213e7ad5d (plain)
1
2
3
4
5
6
7
8
9
10
RED="\e[31m"
BOLD_RED="\e[1;${RED}"
END="\e[0m"

pre_install() {
    echo >&2
    echo >&2 -e "${BOLD_RED}This package is for testing purposes only.${END}"
    echo >&2 -e "${BOLD_RED}You probably meant to install hyprshade or hyprshade-git.${END}"
    echo >&2
}