summaryrefslogtreecommitdiff
path: root/community/libuhd/libuhd.install
blob: 8a8592faf59e67ba8d410d15b4a9aa1c184a5b57 (plain)
1
2
3
4
5
6
7
post_install() {
	ldconfig
}

post_upgrade() {
	ldconfig
}