summarylogtreecommitdiffstats
path: root/lib32-simplescreenrecorder.install
blob: 3ced5874593e70d11a45303f712a6154b209c723 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
	ldconfig
}
post_upgrade() {
	post_install
}
post_remove() {
	post_install
}