From 8a42be335912babfd5987504d76ce628ea6d6c3c Mon Sep 17 00:00:00 2001 From: Hayden Date: Thu, 15 Jul 2021 12:23:25 -0400 Subject: [PATCH] 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;