summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-09-29 00:31:25 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-09-29 00:31:25 -0500
commit238d327712e98bc3e861b985882410a911ac6ee6 (patch)
tree658debbe3c71eba11740bcb90ab97e865effc7cd
parentf1c39fb8c212fbd430238d84579586ff2c334373 (diff)
downloadabslibre-238d327712e98bc3e861b985882410a911ac6ee6.tar.gz
abslibre-238d327712e98bc3e861b985882410a911ac6ee6.tar.bz2
abslibre-238d327712e98bc3e861b985882410a911ac6ee6.zip
Removing udisks2-openrc
-rw-r--r--pcr/udisks2-openrc/PKGBUILD20
-rwxr-xr-xpcr/udisks2-openrc/udisks2.initd12
2 files changed, 0 insertions, 32 deletions
diff --git a/pcr/udisks2-openrc/PKGBUILD b/pcr/udisks2-openrc/PKGBUILD
deleted file mode 100644
index 0a7ace689..000000000
--- a/pcr/udisks2-openrc/PKGBUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-# Maintainer: David P. <megver83@parabola.nu>
-
-pkgname=udisks2-openrc
-pkgver=20170521
-pkgrel=1
-pkgdesc="OpenRC udisks2 init script"
-arch=(any)
-url="https://www.parabola.nu"
-license=('GPL2')
-depends=('udisks2' 'openrc')
-source=("udisks2.initd")
-md5sums=('464912edd1ab39d078b2bc5b886dc9eb')
-
-pkgver() {
- date +%Y%m%d
-}
-
-package() {
- install -Dm755 udisks2.initd $pkgdir/etc/init.d/udisks2
-}
diff --git a/pcr/udisks2-openrc/udisks2.initd b/pcr/udisks2-openrc/udisks2.initd
deleted file mode 100755
index f1dfecc5e..000000000
--- a/pcr/udisks2-openrc/udisks2.initd
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-#
-# It is not recommended to use this script if you do not use a DM.
-
-description="Disk Manager"
-command=/usr/lib/udisks2/udisksd
-
-depend() {
- after xdm
-}