summaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2017-07-23 10:14:25 -0400
committerB Stack <bgstack15@gmail.com>2017-07-23 10:14:25 -0400
commit25b4ffb25f302952f4d5efd8121bd5ead31bb193 (patch)
tree21a1399892572474e8c4b980358f6428a0b128a2 /usr
parentFixed local_mirror httpd conf to include AddIcon deb (diff)
downloadmirror-25b4ffb25f302952f4d5efd8121bd5ead31bb193.tar.gz
mirror-25b4ffb25f302952f4d5efd8121bd5ead31bb193.tar.bz2
mirror-25b4ffb25f302952f4d5efd8121bd5ead31bb193.zip
Transparent backgrounds on rpm and deb icons.
Diffstat (limited to 'usr')
-rw-r--r--usr/share/doc/mirror/README.txt3
-rw-r--r--usr/share/httpd/icons/deb.pngbin867 -> 1001 bytes
-rw-r--r--usr/share/httpd/icons/rpm.pngbin803 -> 1096 bytes
3 files changed, 2 insertions, 1 deletions
diff --git a/usr/share/doc/mirror/README.txt b/usr/share/doc/mirror/README.txt
index d67a3a6..f7fb93b 100644
--- a/usr/share/doc/mirror/README.txt
+++ b/usr/share/doc/mirror/README.txt
@@ -130,4 +130,5 @@ Changed deploy.conf to use package directories for deployment
2017-07-23 mirror-1.1-5
- Rearranged directory structure to match current bgscripts standard.
-- Fixed local_mirror httpd conf to include "AddIcon deb.png"
+- Fixed local_mirror httpd conf to include "AddIcon deb.png."
+- Fixed deb and rpm icons to have transparent backgrounds.
diff --git a/usr/share/httpd/icons/deb.png b/usr/share/httpd/icons/deb.png
index 2013392..3477219 100644
--- a/usr/share/httpd/icons/deb.png
+++ b/usr/share/httpd/icons/deb.png
Binary files differ
diff --git a/usr/share/httpd/icons/rpm.png b/usr/share/httpd/icons/rpm.png
index a264feb..844968b 100644
--- a/usr/share/httpd/icons/rpm.png
+++ b/usr/share/httpd/icons/rpm.png
Binary files differ
bgstack15