Merge pull request #1099 from Appadeia/master

Add support for puyo & spm
This commit is contained in:
Dylan Araps 2018-10-17 14:37:51 +11:00 committed by GitHub
commit 3aee64abaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1303,6 +1303,8 @@ get_packages() {
# List these last as they accompany regular package managers.
has "flatpak" && tot flatpak list
has "spm" && tot spm list -i
has "puyo" && dir ~/.puyo/installed
# Snap hangs if the command is run without the daemon running.
# Only run snap if the daemon is also running.