summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--sddm-archlinux-theme.install6
3 files changed, 0 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bef6f03ab202..d927ccd657f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = sddm-archlinux-theme-git
pkgver = 0.1.r13.ge2054bd
pkgrel = 1
url = https://github.com/absturztaube/sddm-archlinux-theme
- install = sddm-archlinux-theme.install
arch = any
license = CCPL:cc-by-sa
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 983f0039ed12..9129e0db0a11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,6 @@ url="https://github.com/absturztaube/sddm-archlinux-theme"
license=('CCPL:cc-by-sa')
depends=('sddm')
makedepends=('git')
-install="$_pkgname.install"
source=("git+https://github.com/absturztaube/$_pkgname.git")
sha256sums=('SKIP')
diff --git a/sddm-archlinux-theme.install b/sddm-archlinux-theme.install
deleted file mode 100644
index f4899caf6c63..000000000000
--- a/sddm-archlinux-theme.install
+++ /dev/null
@@ -1,6 +0,0 @@
-post_install() {
- echo "To use this theme, add the following lines to /etc/sddm.conf:"
- echo
- echo "[Theme]"
- echo "Current=archlinux"
-}