aboutsummaryrefslogtreecommitdiffstats
path: root/testing/upgrade-notify/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/upgrade-notify/APKBUILD')
-rw-r--r--testing/upgrade-notify/APKBUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/testing/upgrade-notify/APKBUILD b/testing/upgrade-notify/APKBUILD
deleted file mode 100644
index 901907b1aaf..00000000000
--- a/testing/upgrade-notify/APKBUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname="upgrade-notify"
-pkgver=0.1
-pkgrel=0
-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"
-}
-
-