From 62cedf98440b88a383f7329ed9f7603e35614edb Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 25 Sep 2017 11:48:18 +0200 Subject: build-support: remove obsolete packages --- build-support/deepin-tool-kit-dummy/PKGBUILD | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 build-support/deepin-tool-kit-dummy/PKGBUILD (limited to 'build-support/deepin-tool-kit-dummy/PKGBUILD') diff --git a/build-support/deepin-tool-kit-dummy/PKGBUILD b/build-support/deepin-tool-kit-dummy/PKGBUILD deleted file mode 100644 index 892f1da0..00000000 --- a/build-support/deepin-tool-kit-dummy/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# Maintainer: Erich Eckner - -pkgname=deepin-tool-kit-dummy -pkgver=0.0 -pkgrel=1 -pkgdesc='empty dummy package pretending to provide deepin-tool-kit' -url='https://archlinux32.org/' -license=('GPL') -arch=('any') -source=() -sha512sums=() -conflicts=( - 'deepin-tool-kit' -) -provides=( - 'deepin-tool-kit' -) -replaces=( - 'deepin-tool-kit' -) - -package() { - install -d "${pkgdir}/etc" - printf '%s\n' \ - 'If you see this on your (production) system, you did something wrong.' \ - > \ - "${pkgdir}/etc/deepin-tool-kit.THIS-SHOULD-NEVER-BE-ON-A-PRODUCTION-SYSTEM" -} -- cgit v1.2.3