summarylogtreecommitdiffstats
path: root/pcre-semodule-pacman-hook.install
blob: 13b2229c41d99f388bfb0c043c4d52381c056d77 (plain)
1
2
3
4
5
6
7
post_install() {
    post_upgrade
}

post_upgrade() {
	semodule -B
}