summarylogtreecommitdiffstats
path: root/cnijfilter-mg8100.install
blob: 6b123c09e35a39df44246f6d42d30bf2c7b26042 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
	if [ -x /usr/bin/ldconfig ]; then
		/usr/bin/ldconfig
	fi
}
post_upgrade() {
	if [ -x /usr/bin/ldconfig ]; then
                /usr/bin/ldconfig
        fi
}
post_remove() {
        if [ -x /usr/bin/ldconfig ]; then
                /usr/bin/ldconfig
        fi
}