Browse Source

Update 6 adobe Casks: caveats (#5043)

master
commitay 7 years ago
committed by GitHub
parent
commit
8b29000a24
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Casks/adobe-cs6-design-standard.rb
  2. 4
      Casks/adobe-cs6-design-web-premium.rb
  3. 4
      Casks/adobe-cs6-master-collection.rb
  4. 4
      Casks/adobe-cs6-production-premium.rb
  5. 4
      Casks/adobe-photoshop-cs6.rb
  6. 4
      Casks/adobe-photoshop-lightroom600.rb

4
Casks/adobe-cs6-design-standard.rb

@ -60,5 +60,7 @@ cask 'adobe-cs6-design-standard' do
sudo: true sudo: true
end end
caveats 'Installation or Uninstallation may fail with Exit Code 19 (Conflicting Processes running) if Browsers, Safari Notification Service or SIMBL Services (e.g. Flashlight) are running or Adobe Creative Cloud or any other Adobe Products are already installed. See Logs in /Library/Logs/Adobe/Installers if Installation or Uninstallation fails, to identifify the conflicting processes.' caveats <<~EOS
Installation or Uninstallation may fail with Exit Code 19 (Conflicting Processes running) if Browsers, Safari Notification Service or SIMBL Services (e.g. Flashlight) are running or Adobe Creative Cloud or any other Adobe Products are already installed. See Logs in /Library/Logs/Adobe/Installers if Installation or Uninstallation fails, to identifify the conflicting processes.
EOS
end end

4
Casks/adobe-cs6-design-web-premium.rb

@ -60,5 +60,7 @@ cask 'adobe-cs6-design-web-premium' do
sudo: true sudo: true
end end
caveats 'Installation or Uninstallation may fail with Exit Code 19 (Conflicting Processes running) if Browsers, Safari Notification Service or SIMBL Services (e.g. Flashlight) are running or Adobe Creative Cloud or any other Adobe Products are already installed. See Logs in /Library/Logs/Adobe/Installers if Installation or Uninstallation fails, to identifify the conflicting processes.' caveats <<~EOS
Installation or Uninstallation may fail with Exit Code 19 (Conflicting Processes running) if Browsers, Safari Notification Service or SIMBL Services (e.g. Flashlight) are running or Adobe Creative Cloud or any other Adobe Products are already installed. See Logs in /Library/Logs/Adobe/Installers if Installation or Uninstallation fails, to identifify the conflicting processes.
EOS
end end

4
Casks/adobe-cs6-master-collection.rb

@ -60,5 +60,7 @@ cask 'adobe-cs6-master-collection' do
sudo: true sudo: true
end end
caveats 'Installation or Uninstallation may fail with Exit Code 19 (Conflicting Processes running) if Browsers, Safari Notification Service or SIMBL Services (e.g. Flashlight) are running or Adobe Creative Cloud or any other Adobe Products are already installed. See Logs in /Library/Logs/Adobe/Installers if Installation or Uninstallation fails, to identifify the conflicting processes.' caveats <<~EOS
Installation or Uninstallation may fail with Exit Code 19 (Conflicting Processes running) if Browsers, Safari Notification Service or SIMBL Services (e.g. Flashlight) are running or Adobe Creative Cloud or any other Adobe Products are already installed. See Logs in /Library/Logs/Adobe/Installers if Installation or Uninstallation fails, to identifify the conflicting processes.
EOS
end end

4
Casks/adobe-cs6-production-premium.rb

@ -60,5 +60,7 @@ cask 'adobe-cs6-production-premium' do
sudo: true sudo: true
end end
caveats 'Installation or Uninstallation may fail with Exit Code 19 (Conflicting Processes running) if Browsers, Safari Notification Service or SIMBL Services (e.g. Flashlight) are running or Adobe Creative Cloud or any other Adobe Products are already installed. See Logs in /Library/Logs/Adobe/Installers if Installation or Uninstallation fails, to identifify the conflicting processes.' caveats <<~EOS
Installation or Uninstallation may fail with Exit Code 19 (Conflicting Processes running) if Browsers, Safari Notification Service or SIMBL Services (e.g. Flashlight) are running or Adobe Creative Cloud or any other Adobe Products are already installed. See Logs in /Library/Logs/Adobe/Installers if Installation or Uninstallation fails, to identifify the conflicting processes.
EOS
end end

4
Casks/adobe-photoshop-cs6.rb

@ -40,5 +40,7 @@ cask 'adobe-photoshop-cs6' do
sudo: true, sudo: true,
} }
caveats 'Installation or Uninstallation may fail with Exit Code 19 (Conflicting Processes running) if Browsers, Safari Notification Service or SIMBL Services (e.g. Flashlight) are running or Adobe Creative Cloud or any other Adobe Products are already installed. See Logs in /Library/Logs/Adobe/Installers if Installation or Uninstallation fails, to identifify the conflicting processes.' caveats <<~EOS
Installation or Uninstallation may fail with Exit Code 19 (Conflicting Processes running) if Browsers, Safari Notification Service or SIMBL Services (e.g. Flashlight) are running or Adobe Creative Cloud or any other Adobe Products are already installed. See Logs in /Library/Logs/Adobe/Installers if Installation or Uninstallation fails, to identifify the conflicting processes.
EOS
end end

4
Casks/adobe-photoshop-lightroom600.rb

@ -47,5 +47,7 @@ cask 'adobe-photoshop-lightroom600' do
"~/Library/Preferences/com.adobe.Lightroom#{version.major}.plist", "~/Library/Preferences/com.adobe.Lightroom#{version.major}.plist",
] ]
caveats 'Installation or Uninstallation may fail with Exit Code 19 (Conflicting Processes running) if Browsers, Safari Notification Service or SIMBL Services are running or Adobe Creative Cloud or any other Adobe Products are already installed. See Logs in /Library/Logs/Adobe/Installers if Installation or Uninstallation fails, to identify the conflicting processes.' caveats <<~EOS
Installation or Uninstallation may fail with Exit Code 19 (Conflicting Processes running) if Browsers, Safari Notification Service or SIMBL Services (e.g. Flashlight) are running or Adobe Creative Cloud or any other Adobe Products are already installed. See Logs in /Library/Logs/Adobe/Installers if Installation or Uninstallation fails, to identifify the conflicting processes.
EOS
end end

Loading…
Cancel
Save