#!/bin/bash

if [ "$1" = "upgrade" ] || [ "$1" -eq 1 ]; then
  exit
fi

[ -x "/bin/systemctl" ] && /bin/systemctl stop glitch
