summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-04-30 14:53:57 +0200
committer Eric Hameleers <alien@slackware.com>2015-04-30 14:53:57 +0200
commita1cf65b86f7655b9aa8e8e49b5465bb3d04baef2 (patch)
tree11f1fdcf4f5eec94647deb329cdffe17c5b2d316
parent43e6f0cedb779ae453b59d374efefbe03462c26b (diff)
downloadktown-a1cf65b86f7655b9aa8e8e49b5465bb3d04baef2.tar.gz
ktown-a1cf65b86f7655b9aa8e8e49b5465bb3d04baef2.tar.xz
Add Slackware logo and website URL to the KDE InfoCenter (about distro).
-rw-r--r--kde/post-install/kinfocenter.post-install6
-rw-r--r--kde/post-install/kinfocenter/kcm-about-distrorc.ex4
-rw-r--r--kde/post-install/kinfocenter/slackware_traditional_website_logo.pngbin0 -> 5585 bytes
3 files changed, 10 insertions, 0 deletions
diff --git a/kde/post-install/kinfocenter.post-install b/kde/post-install/kinfocenter.post-install
new file mode 100644
index 0000000..299f117
--- /dev/null
+++ b/kde/post-install/kinfocenter.post-install
@@ -0,0 +1,6 @@
+# Configure about-distro:
+mkdir -p $PKG/etc/kde/xdg
+# http://www.slackware.com/grfx/shared/slackware_traditional_website_logo.png
+install -m0644 -o root $CWD/post-install/kinfocenter/slackware_traditional_website_logo.png /etc/kde/xdg/slackware_logo.png
+install -m0644 -o root $CWD/post-install/kinfocenter/kcm-about-distrorc.ex /etc/kde/xdg/kcm-about-distrorc
+
diff --git a/kde/post-install/kinfocenter/kcm-about-distrorc.ex b/kde/post-install/kinfocenter/kcm-about-distrorc.ex
new file mode 100644
index 0000000..0d20290
--- /dev/null
+++ b/kde/post-install/kinfocenter/kcm-about-distrorc.ex
@@ -0,0 +1,4 @@
+[General]
+LogoPath=/etc/kde/xdg/slackware_logo.png
+Website=http://www.slackware.com/
+#Name=Slackware Linux (packages by AlienBOB)
diff --git a/kde/post-install/kinfocenter/slackware_traditional_website_logo.png b/kde/post-install/kinfocenter/slackware_traditional_website_logo.png
new file mode 100644
index 0000000..f60082b
--- /dev/null
+++ b/kde/post-install/kinfocenter/slackware_traditional_website_logo.png
Binary files differ