l_template_changes.patch 439 B

12345678910111213
  1. --- template.orig 2020-11-03 23:57:58.320862000 +0600
  2. +++ template 2020-11-04 12:49:34.532503000 +0600
  3. @@ -18 +18,9 @@ do_install() {
  4. }
  5. +
  6. +# Liberation
  7. +# Some code has been taken from:
  8. +# https://git.parabola.nu/abslibre.git/tree/libre/pysolfc-cardsets/PKGBUILD
  9. +post_install() {
  10. + # removing nonfree cardsets included in pysolfc
  11. + rm -rv $DESTDIR/usr/share/PySolFC/cardsets/cardset-{greywyvern,jacoby,patience,rangoon-{d,e,r},tksol}
  12. +}