Browse Source

Packages updated

main
Yiğit Çolakoğlu 4 years ago
parent
commit
995699f0e0
3 changed files with 1 additions and 3 deletions
  1. +0
    -1
      arch-setup/packages.full
  2. +0
    -1
      arch-setup/packages.minimal
  3. +1
    -1
      arch-setup/plist.sh

+ 0
- 1
arch-setup/packages.full View File

@ -346,7 +346,6 @@ haskell-errors
haskell-file-embed
haskell-glob
haskell-haddock-library
haskell-haddock-library1.9
haskell-hashable
haskell-hourglass
haskell-hslua


+ 0
- 1
arch-setup/packages.minimal View File

@ -315,7 +315,6 @@ haskell-errors
haskell-file-embed
haskell-glob
haskell-haddock-library
haskell-haddock-library1.9
haskell-hashable
haskell-hourglass
haskell-hslua


+ 1
- 1
arch-setup/plist.sh View File

@ -2,5 +2,5 @@
#comm -23 <(pacman -Qqt | sort) <(pacman -Qqg base 2> /dev/null | sort) > ~/.dotfiles/arch-setup/packages.full
pacman -Q | cut -f 1 -d " " | sort > ~/.dotfiles/arch-setup/packages.full
comm -13 packages.blacklist packages.full > packages.minimal
comm -13 ~/.dotfiles/arch-setup/packages.blacklist ~/.dotfiles/arch-setup/packages.full > ~/.dotfiles/arch-setup/packages.minimal

Loading…
Cancel
Save