#! /bin/sh

set -e

# The following only on a new install
if [ "$1" = "configure" ]; then
  echo "Configure"
  # The following only on a new install
  if [ "$2" = "" ]; then
    echo "First time install"
  fi
fi

chmod 777 /usr/share/huayra-upgrade

exit 0
#DEBHELPER#
