From e853aed1366acd9465cb540acc99cd1f4d87b527 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Mon, 13 Sep 1999 04:07:08 +0000 Subject: picturs\! --- pixmaps/Makefile | 2 +- pixmaps/custom.png | Bin 0 -> 3185 bytes pixmaps/gnome-keyboard.png | Bin 0 -> 3852 bytes pixmaps/gnome-mouse.png | Bin 0 -> 2873 bytes pixmaps/gnome.png | Bin 0 -> 2185 bytes pixmaps/install.png | Bin 0 -> 4323 bytes pixmaps/kde.png | Bin 0 -> 2768 bytes pixmaps/server.png | Bin 0 -> 2461 bytes pixmaps/splash.png | Bin 25137 -> 24993 bytes pixmaps/upgrade.png | Bin 0 -> 4870 bytes 10 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 pixmaps/custom.png create mode 100644 pixmaps/gnome-keyboard.png create mode 100644 pixmaps/gnome-mouse.png create mode 100644 pixmaps/gnome.png create mode 100644 pixmaps/install.png create mode 100644 pixmaps/kde.png create mode 100644 pixmaps/server.png create mode 100644 pixmaps/upgrade.png diff --git a/pixmaps/Makefile b/pixmaps/Makefile index c41cd5e42..6959a30f7 100644 --- a/pixmaps/Makefile +++ b/pixmaps/Makefile @@ -3,4 +3,4 @@ all: install: mkdir -p $(DESTDIR)/usr/share/anaconda/pixmaps - cp -a splash.png $(DESTDIR)/usr/share/anaconda/pixmaps + cp -a *.png $(DESTDIR)/usr/share/anaconda/pixmaps diff --git a/pixmaps/custom.png b/pixmaps/custom.png new file mode 100644 index 000000000..8b3a7de9e Binary files /dev/null and b/pixmaps/custom.png differ diff --git a/pixmaps/gnome-keyboard.png b/pixmaps/gnome-keyboard.png new file mode 100644 index 000000000..58a33770e Binary files /dev/null and b/pixmaps/gnome-keyboard.png differ diff --git a/pixmaps/gnome-mouse.png b/pixmaps/gnome-mouse.png new file mode 100644 index 000000000..9a32d0370 Binary files /dev/null and b/pixmaps/gnome-mouse.png differ diff --git a/pixmaps/gnome.png b/pixmaps/gnome.png new file mode 100644 index 000000000..38319c8d4 Binary files /dev/null and b/pixmaps/gnome.png differ diff --git a/pixmaps/install.png b/pixmaps/install.png new file mode 100644 index 000000000..95354c346 Binary files /dev/null and b/pixmaps/install.png differ diff --git a/pixmaps/kde.png b/pixmaps/kde.png new file mode 100644 index 000000000..c2e0c45a1 Binary files /dev/null and b/pixmaps/kde.png differ diff --git a/pixmaps/server.png b/pixmaps/server.png new file mode 100644 index 000000000..edcd2cfc0 Binary files /dev/null and b/pixmaps/server.png differ diff --git a/pixmaps/splash.png b/pixmaps/splash.png index c50cb86c1..25a88d2b4 100644 Binary files a/pixmaps/splash.png and b/pixmaps/splash.png differ diff --git a/pixmaps/upgrade.png b/pixmaps/upgrade.png new file mode 100644 index 000000000..843325085 Binary files /dev/null and b/pixmaps/upgrade.png differ -- cgit