github.com/ethanhsieh/snapd@v0.0.0-20210615102523-3db9b8e4edc5/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#