aboutsummarylogtreecommitdiffstats
path: root/purple-gnome-keyring.install
blob: a8b96155396e63d3810d31646d01c273fe94d6cb (plain)
1
2
3
4
5
6
7
8
9
post_install()
{
    echo -e "\e[32m-> In some cases you must restart the keyring daemon with: gnome-keyring-daemon --replace \e[39m"
}

post_upgrade() {
    rm -f /usr/lib/pidgin/purple-gnome-keyring.so
}