summarylogtreecommitdiffstats
path: root/cnijfilter.install
diff options
context:
space:
mode:
authoralex2015-06-24 02:46:00 +0200
committeralex2015-06-24 02:46:00 +0200
commita9e0a0f33f23dde2405f5fa7a0725c060bf60320 (patch)
tree144b6d6200a96e4511dc08335f19141ce0040b42 /cnijfilter.install
downloadaur-cupsdriver-mp640.tar.gz
Initial import
Diffstat (limited to 'cnijfilter.install')
-rwxr-xr-xcnijfilter.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/cnijfilter.install b/cnijfilter.install
new file mode 100755
index 000000000000..18853679770f
--- /dev/null
+++ b/cnijfilter.install
@@ -0,0 +1,17 @@
+#stolen from lib32-cnijfilter-mp560
+
+post_install() {
+ if [ -x /sbin/ldconfig ]; then
+ /sbin/ldconfig
+ fi
+}
+post_upgrade() {
+ if [ -x /sbin/ldconfig ]; then
+ /sbin/ldconfig
+ fi
+}
+post_remove() {
+ if [ -x /sbin/ldconfig ]; then
+ /sbin/ldconfig
+ fi
+}