summarylogtreecommitdiffstats
path: root/cnijfilter.install
diff options
context:
space:
mode:
Diffstat (limited to 'cnijfilter.install')
-rw-r--r--cnijfilter.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/cnijfilter.install b/cnijfilter.install
new file mode 100644
index 000000000000..5f10cfd33409
--- /dev/null
+++ b/cnijfilter.install
@@ -0,0 +1,11 @@
+post_install() {
+ if [ -x /sbin/ldconfig ]; then
+ /sbin/ldconfig
+ fi
+}
+post_upgrade() {
+ post_install
+}
+post_remove() {
+ post_install
+}