summarylogtreecommitdiffstats
path: root/libsystemd.install
blob: 7fbf20dc4d849f96f690d06e27931f1c4b4c4318 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
	echo "Running ldconfig..."
	ldconfig
}

post_upgrade() {
	echo "Running ldconfig..."
	ldconfig
}