From 3e114feb80fc8d09362f0313af90c5422b5763e5 Mon Sep 17 00:00:00 2001
From: Ante de Baas <5467398+antedebaas@users.noreply.github.com>
Date: Tue, 11 Jun 2024 19:44:26 +0200
Subject: [PATCH] add deb and rpm (#33)
* add deb and rpm
* typo
---
.htaccess | 4 ++++
icons/deb.svg | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++
icons/rpm.svg | 1 +
3 files changed, 68 insertions(+)
create mode 100644 icons/deb.svg
create mode 100644 icons/rpm.svg
diff --git a/.htaccess b/.htaccess
index 33ce9cb..e59deb4 100644
--- a/.htaccess
+++ b/.htaccess
@@ -105,6 +105,8 @@ AddEncoding gzip svgz
AddIcon /fancy-index/icons/cobol.svg .cbl .cob .cpy
AddIcon /fancy-index/icons/docker.svg docker-compose.yml
AddIcon /fancy-index/icons/virtualbox.svg .ova .vbox
+ AddIcon /fancy-index/icons/rpm.svg .rpm
+ AddIcon /fancy-index/icons/deb.svg .deb
# FILE DESCRIPTIONS
AddDescription "MPEG Layer 3 Format" .mp3
@@ -161,6 +163,8 @@ AddEncoding gzip svgz
AddDescription "SASS: Syntactically Awesome Stylesheets" .sass
AddDescription "SCSS: Sassy Cascading Style Sheet" .scss
AddDescription "Travis configuration" .travis
+ AddDescription "RPM installation package" .rpm
+ AddDescription "Debian installation package" .deb
# DEFAULT DESCRIPTION
# AddDescription "[Unknown item]" *
diff --git a/icons/deb.svg b/icons/deb.svg
new file mode 100644
index 0000000..20c898e
--- /dev/null
+++ b/icons/deb.svg
@@ -0,0 +1,63 @@
+
+
+
\ No newline at end of file
diff --git a/icons/rpm.svg b/icons/rpm.svg
new file mode 100644
index 0000000..ea6b944
--- /dev/null
+++ b/icons/rpm.svg
@@ -0,0 +1 @@
+
\ No newline at end of file