From 88580b2062524a29ef8cbc73bcf7026934c8bd84 Mon Sep 17 00:00:00 2001 From: Hayden Date: Thu, 15 Jul 2021 12:21:59 -0400 Subject: [PATCH 1/4] Update postinst --- screendumpLowFrame/layout/DEBIAN/postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/screendumpLowFrame/layout/DEBIAN/postinst b/screendumpLowFrame/layout/DEBIAN/postinst index 27a41e9..b39d767 100644 --- a/screendumpLowFrame/layout/DEBIAN/postinst +++ b/screendumpLowFrame/layout/DEBIAN/postinst @@ -1,6 +1,6 @@ -#!/bin/bash +#!/bin/sh launchctl unload //Library/LaunchDaemons/com.julioverne.screendumpd.plist launchctl load //Library/LaunchDaemons/com.julioverne.screendumpd.plist -exit 0; \ No newline at end of file +exit 0; From 1a0b6bbd3eae72c6b1f47ec97797a2fee328ce51 Mon Sep 17 00:00:00 2001 From: Hayden Date: Thu, 15 Jul 2021 12:22:37 -0400 Subject: [PATCH 2/4] Update postrm --- screendumpLowFrame/layout/DEBIAN/postrm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/screendumpLowFrame/layout/DEBIAN/postrm b/screendumpLowFrame/layout/DEBIAN/postrm index ab06c08..e5f27c3 100644 --- a/screendumpLowFrame/layout/DEBIAN/postrm +++ b/screendumpLowFrame/layout/DEBIAN/postrm @@ -1,5 +1,5 @@ -#!/bin/bash +#!/bin/sh launchctl unload //Library/LaunchDaemons/com.julioverne.screendumpd.plist -exit 0; \ No newline at end of file +exit 0; From 3800852d35ecae3577543bb77b0162d28390b1e2 Mon Sep 17 00:00:00 2001 From: Hayden Date: Thu, 15 Jul 2021 12:23:00 -0400 Subject: [PATCH 3/4] Update postinst --- screendump/layout/DEBIAN/postinst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/screendump/layout/DEBIAN/postinst b/screendump/layout/DEBIAN/postinst index 27a41e9..afc870c 100644 --- a/screendump/layout/DEBIAN/postinst +++ b/screendump/layout/DEBIAN/postinst @@ -1,6 +1,6 @@ -#!/bin/bash +#!/bin/sh -launchctl unload //Library/LaunchDaemons/com.julioverne.screendumpd.plist -launchctl load //Library/LaunchDaemons/com.julioverne.screendumpd.plist +launchctl unload /Library/LaunchDaemons/com.julioverne.screendumpd.plist +launchctl load /Library/LaunchDaemons/com.julioverne.screendumpd.plist -exit 0; \ No newline at end of file +exit 0; From 8a42be335912babfd5987504d76ce628ea6d6c3c Mon Sep 17 00:00:00 2001 From: Hayden Date: Thu, 15 Jul 2021 12:23:25 -0400 Subject: [PATCH 4/4] Update postrm --- screendump/layout/DEBIAN/postrm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/screendump/layout/DEBIAN/postrm b/screendump/layout/DEBIAN/postrm index ab06c08..6f70c14 100644 --- a/screendump/layout/DEBIAN/postrm +++ b/screendump/layout/DEBIAN/postrm @@ -1,5 +1,5 @@ -#!/bin/bash +#!/bin/sh -launchctl unload //Library/LaunchDaemons/com.julioverne.screendumpd.plist +launchctl unload /Library/LaunchDaemons/com.julioverne.screendumpd.plist -exit 0; \ No newline at end of file +exit 0;