summarylogtreecommitdiffstats
path: root/readme.install
blob: 12a4e48998164f25543736be87ec56de47f5e3c0 (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
}