summaryrefslogtreecommitdiff
path: root/pcr/hwd/hwd.install
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-07 09:58:30 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-07 09:58:30 -0500
commit4e0700d67e69448f0ca9016321a4003889c13fa8 (patch)
tree91f59843c5e828310722dabe91d474b955979a77 /pcr/hwd/hwd.install
parent73c9eafc4af2ff91c401e835a6a9183283af4186 (diff)
Removing hwd: AUR package and project website no longer exist
Diffstat (limited to 'pcr/hwd/hwd.install')
-rw-r--r--pcr/hwd/hwd.install30
1 files changed, 0 insertions, 30 deletions
diff --git a/pcr/hwd/hwd.install b/pcr/hwd/hwd.install
deleted file mode 100644
index 04955bfa9..000000000
--- a/pcr/hwd/hwd.install
+++ /dev/null
@@ -1,30 +0,0 @@
-# arg 1: the new package version
-post_install() {
-echo ""
-echo "lshwd dependency is replaced by pciutils and usbutils."
-echo ""
-echo "Run 'hwd -u' to update xorgtable, pci-, and usb.ids."
-echo ""
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
- /bin/true
-echo ""
-echo "lshwd dependency is replaced by pciutils and usbutils."
-echo ""
-echo "Run 'hwd -u' to update xorgtable, pci-, and usb.ids."
-echo ""
-
-}
-
-# arg 1: the old package version
-pre_remove() {
- rm -R /etc/hwd >/dev/null 2>&1
-}
-
-op=$1
-shift
-
-$op $*