From 25d8ef878f52ada1ed371ae6f9508a851a74b23c Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 22 May 2013 07:17:56 +0000 Subject: testing/upgrade-notify: new aport Get notifications about what services need to restart after an upgrade http://git.alpinelinux.org/alpine/tree/testing/upgrade-notify --- testing/upgrade-notify/APKBUILD | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 testing/upgrade-notify/APKBUILD (limited to 'testing/upgrade-notify/APKBUILD') diff --git a/testing/upgrade-notify/APKBUILD b/testing/upgrade-notify/APKBUILD new file mode 100644 index 000000000..9174a1762 --- /dev/null +++ b/testing/upgrade-notify/APKBUILD @@ -0,0 +1,18 @@ +# Maintainer: Natanael Copa +pkgname="upgrade-notify" +pkgver=0.1 +license="GPL" +pkgdesc="Get notifications about what services need to restart after an upgrade" +url="http://git.alpinelinux.org/alpine/tree/testing/upgrade-notify" +arch=noarch +triggers="$pkgname.trigger=/etc/init.d:/boot" + +build() { + return 0 +} + +package() { + mkdir -p "$pkgdir" +} + + -- cgit v1.2.3