summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNenad Stojanovikj2018-03-09 00:50:32 +0100
committerNenad Stojanovikj2018-03-09 00:50:32 +0100
commitc46f4bfa600b5bd581d43e60d1123e8cf6960db1 (patch)
treee51647b0d78cb02f58b55422fb383cb734f43c8c
parent12ac293a87ee322625299ba91569026516940e25 (diff)
downloadaur-c46f4bfa600b5bd581d43e60d1123e8cf6960db1.tar.gz
Add post_install reminder
-rw-r--r--PKGBUILD3
-rw-r--r--plymouth-theme-arch-beat.install4
2 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 646a2cac6feb..a3c8999aaf21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=plymouth-theme-arch-beat
pkgver='0.1'
-pkgrel=1
+pkgrel=2
pkgdesc='Plymouth theme with pulsating Arch Linux logo.'
arch=('any')
url="https://github.com/nenadstojanovikj/arch-beat/"
@@ -11,6 +11,7 @@ depends=('plymouth')
makedepends=('git')
source=("https://github.com/nenadstojanovikj/arch-beat/archive/v${pkgver}.tar.gz")
sha256sums=('SKIP')
+install=plymouth-theme-arch-beat.install
package() {
cd "arch-beat-${pkgver}"
diff --git a/plymouth-theme-arch-beat.install b/plymouth-theme-arch-beat.install
new file mode 100644
index 000000000000..08ef8e6db99f
--- /dev/null
+++ b/plymouth-theme-arch-beat.install
@@ -0,0 +1,4 @@
+post_install() {
+ echo "To install the theme run:"
+ echo "sudo plymouth-set-default-theme -R arch-boot"
+}