summarylogtreecommitdiffstats
path: root/osdlyrics.install
blob: 54854a1fe7a57e780754902661627a2bdbdedd18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_upgrade()
{
    usr/bin/update-desktop-database -q
    usr/bin/gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}

post_install()
{
    post_upgrade
}

post_remove()
{
    post_upgrade
}