diff options
author | Karel Kočí <cynerd@email.cz> | 2017-10-13 13:39:32 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-10-13 13:39:32 +0200 |
commit | a24065603cf94af1910a98b97ac2bf188085e065 (patch) | |
tree | b6232afe8734903163ae57a695ca4a357fce6442 /archlinux.pkgs.d/latex | |
parent | f322efcb46049a0560b5a53745f3a9928e64d5db (diff) | |
download | myconfigs-a24065603cf94af1910a98b97ac2bf188085e065.tar.gz myconfigs-a24065603cf94af1910a98b97ac2bf188085e065.tar.bz2 myconfigs-a24065603cf94af1910a98b97ac2bf188085e065.zip |
Drop archlinux (I am on gentoo now oh yeh)
Diffstat (limited to 'archlinux.pkgs.d/latex')
-rw-r--r-- | archlinux.pkgs.d/latex | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/archlinux.pkgs.d/latex b/archlinux.pkgs.d/latex deleted file mode 100644 index 376eecc..0000000 --- a/archlinux.pkgs.d/latex +++ /dev/null @@ -1,7 +0,0 @@ -dnl vim:ft=m4 -define(LATEX) - -dnl texlive-most and texlive-lang groups -syscmd(`pacman -Qg texlive-most | awk "{print \$2}"') -syscmd(`pacman -Qg texlive-lang | awk "{print \$2}"') - |