summarylogtreecommitdiffstats
path: root/cutemarked-git.install
blob: 175f63938d1cff28cc56e2d579e4e8b2bbf7427c (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
}