summarylogtreecommitdiffstats
path: root/readme.install
blob: 020e808d307328e7deffa7a01219a76c79e0bab6 (plain)
1
2
3
4
5
6
7
8
post_install() {
    echo -e "\n[*] Link the plugins to your: ~/.config/clyrics"
    echo -e "[*] They can be found in: /usr/share/clyrics\n"
}

post_upgrade() {
    post_install
}