diff --git a/kiosk-browser/package/DEBIAN/postinst b/kiosk-browser/package/DEBIAN/postinst deleted file mode 100755 index d64cce4..0000000 --- a/kiosk-browser/package/DEBIAN/postinst +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -# Exit immediately if a command exits with a non-zero status -set -e -# Restart the settings server -systemctl restart tooloop-settings-server -# Exit cleanly -exit 0 diff --git a/kiosk-browser/package/DEBIAN/postrm b/kiosk-browser/package/DEBIAN/postrm deleted file mode 100755 index d64cce4..0000000 --- a/kiosk-browser/package/DEBIAN/postrm +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -# Exit immediately if a command exits with a non-zero status -set -e -# Restart the settings server -systemctl restart tooloop-settings-server -# Exit cleanly -exit 0