summarylogtreecommitdiffstats
path: root/birdie.install
blob: f878ac0bfdf8bce8e59c7ed71d2f2e74e07d14ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
  	xdg-icon-resource forceupdate --theme hicolor
	glib-compile-schemas usr/share/glib-2.0/schemas
  	update-desktop-database -q
	gtk-update-icon-cache -f /usr/share/icons/hicolor
}

post_upgrade()
{
  	post_install "$1"
}

post_remove()
{
  	post_install "$1"
}