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 }