github.com/stulluk/snapd@v0.0.0-20210611110309-f6d5d5bd24b0/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#