Browse Source

cleaning trash

pull/73/head
Marco Matos 5 years ago
parent
commit
237aaa60c1
No known key found for this signature in database GPG Key ID: BE467F4AA6EC41F3
  1. 34
      local.conf
  2. 13
      sources.list

34
local.conf

@ -1,34 +0,0 @@
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="font">
<edit mode="assign" name="rgba">
<const>rgb</const>
</edit>
</match>
<match target="font">
<edit mode="assign" name="hinting">
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit mode="assign" name="hintstyle">
<const>hintslight</const>
</edit>
</match>
<match target="font">
<edit mode="assign" name="antialias">
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit mode="assign" name="lcdfilter">
<const>lcddefault</const>
</edit>
</match>
<match target="font">
<edit name="embeddedbitmap" mode="assign">
<bool>false</bool>
</edit>
</match>
</fontconfig>

13
sources.list

@ -1,13 +0,0 @@
###### Ubuntu Main Repos
deb http://pl.archive.ubuntu.com/ubuntu/ bionic main restricted universe
deb-src http://pl.archive.ubuntu.com/ubuntu/ bionic main restricted universe
###### Ubuntu Update Repos
deb http://pl.archive.ubuntu.com/ubuntu/ bionic-security main restricted universe
deb http://pl.archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe
deb http://pl.archive.ubuntu.com/ubuntu/ bionic-proposed main restricted universe
deb http://pl.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe
deb-src http://pl.archive.ubuntu.com/ubuntu/ bionic-security main restricted universe
deb-src http://pl.archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe
deb-src http://pl.archive.ubuntu.com/ubuntu/ bionic-proposed main restricted universe
deb-src http://pl.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe
Loading…
Cancel
Save