summarylogtreecommitdiffstats
path: root/libupnp18.install
blob: c7585f12a94798446e4cde8e68aaefc6c5bc3e6f (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    /usr/bin/ldconfig
}

post_remove() {
    post_install 
}

post_upgrade() {
    post_install 
}