summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNenad Stojanovikj2018-03-09 00:50:32 +0100
committerNenad Stojanovikj2018-03-09 00:53:54 +0100
commit5d994c6c7459224d4146795560f88c61a41c7207 (patch)
tree282690855ffcddaa5752abf46c08747897f06b1d
parent12ac293a87ee322625299ba91569026516940e25 (diff)
downloadaur-5d994c6c7459224d4146795560f88c61a41c7207.tar.gz
Add post_install reminder
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--plymouth-theme-arch-beat.install4
3 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4af6b3abf140..55cc544063fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = plymouth-theme-arch-beat
pkgdesc = Plymouth theme with pulsating Arch Linux logo.
pkgver = 0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nenadstojanovikj/arch-beat/
+ install = plymouth-theme-arch-beat.install
arch = any
license = MIT
makedepends = git
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"
+}