[arch-commits] Commit in linphone/trunk (PKGBUILD linphone.install)
Sergej Pupykin
spupykin at archlinux.org
Thu Nov 17 17:55:20 UTC 2016
Date: Thursday, November 17, 2016 @ 17:55:19
Author: spupykin
Revision: 196258
add post install/upgrade message
Added:
linphone/trunk/linphone.install
Modified:
linphone/trunk/PKGBUILD
------------------+
PKGBUILD | 1 +
linphone.install | 8 ++++++++
2 files changed, 9 insertions(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-11-17 17:51:47 UTC (rev 196257)
+++ PKGBUILD 2016-11-17 17:55:19 UTC (rev 196258)
@@ -16,6 +16,7 @@
makedepends=('pkg-config' 'perl-xml-parser' 'intltool' 'sgmltools-lite' 'cunit')
optdepends=('pulseaudio')
options=('!emptydirs')
+install=linphone.install
source=("https://www.linphone.org/releases/sources/linphone/linphone-$pkgver.tar.gz")
sha256sums=('37cac1f4daa55fcd395b7b49925c01d1638b9d941c66d626ca36a9679332384c')
Added: linphone.install
===================================================================
--- linphone.install (rev 0)
+++ linphone.install 2016-11-17 17:55:19 UTC (rev 196258)
@@ -0,0 +1,8 @@
+post_install() {
+ post_upgrade
+}
+
+post_upgrade() {
+ echo "-- Probably you need notification daemon running"
+ echo "-- See https://wiki.archlinux.org/index.php/Desktop_notifications"
+}
More information about the arch-commits
mailing list