Files
screendump/screendumpLowFrame/layout/DEBIAN/postrm
2024-08-29 23:12:03 +07:00

9 lines
214 B
Bash
Executable File

#!/bin/sh
if [ -L "/var/jb" ]; then
launchctl unload /var/jb/Library/LaunchDaemons/com.julioverne.screendumpd.plist
else
launchctl unload /Library/LaunchDaemons/com.julioverne.screendumpd.plist
fi
exit 0;