Add `uninstall :pkgutil` to nosleep

This commit is contained in:
ndr 2014-09-28 12:09:07 +02:00
parent ce7bb7a87d
commit 89700d1ccd
1 changed files with 2 additions and 1 deletions

View File

@ -6,5 +6,6 @@ class Nosleep < Cask
homepage 'https://code.google.com/p/macosx-nosleep-extension/'
pkg 'NoSleep.mpkg'
uninstall :script => 'Uninstall.command'
uninstall :script => 'Uninstall.command',
:pkgutil => 'com.protech.pkg.NoSleep'
end