summaryrefslogtreecommitdiffstats
path: root/system/sane-airscan/doinst.sh
blob: 1b543f2577044176367d319585d56d2baea3965c (plain)
#!/bin/sh
if [ -d /usr/lib64/sane ]; then
  cd /usr/lib64/sane
  ln -vsf libsane-airscan.so.1 libsane-airscan.so
else
  cd /usr/lib/sane
  ln -vsf libsane-airscan.so.1 libsane-airscan.so
fi