summarylogtreecommitdiffstats
path: root/install.sh
blob: 0046c9b3f8c361ff48ab7b153c1bc26daaf9e020 (plain)
1
2
3
4
5
6
7
post_install() {
	fc-cache
}

post_upgrade() {
	fc-cache
}