github.com/chipaca/snappy@v0.0.0-20210104084008-1f06296fe8ad/packaging/ubuntu-16.04/snapd.preinst (about) 1 #!/bin/sh 2 3 set -e 4 5 # "powerpc" is not supported unfortunately, do nothing here# 6 if [ "$DPKG_MAINTSCRIPT_ARCH" = powerpc ]; then 7 exit 0 8 fi 9 10 #DEBHELPER#