aboutsummarylogtreecommitdiffstats
path: root/purple-gnome-keyring.install
blob: 95c731c271dbeade05629842d7170584c04b84e8 (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 /usr/lib/pidgin/purple-gnome-keyring.so
}