From 1a0b6bbd3eae72c6b1f47ec97797a2fee328ce51 Mon Sep 17 00:00:00 2001 From: Hayden Date: Thu, 15 Jul 2021 12:22:37 -0400 Subject: [PATCH] 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;