[arch-commits] Commit in hwd/repos (extra-x86_64 extra-x86_64/hwd.install)
Thayer Williams
thayer at archlinux.org
Thu Nov 13 20:02:24 UTC 2008
Date: Thursday, November 13, 2008 @ 15:02:23
Author: thayer
Revision: 19011
Merged revisions 19009 via svnmerge from
svn+ssh://archlinux.org/home/svn-packages/hwd/trunk
........
r19009 | thayer | 2008-11-13 12:00:43 -0800 (Thu, 13 Nov 2008) | 1 line
.install cleanup
........
Modified:
hwd/repos/extra-x86_64/ (properties)
hwd/repos/extra-x86_64/hwd.install
-------------+
hwd.install | 21 +++------------------
1 file changed, 3 insertions(+), 18 deletions(-)
Property changes on: hwd/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
- /hwd/trunk:1-3104
+ /hwd/trunk:1-19010
Modified: extra-x86_64/hwd.install
===================================================================
--- extra-x86_64/hwd.install 2008-11-13 20:01:35 UTC (rev 19010)
+++ extra-x86_64/hwd.install 2008-11-13 20:02:23 UTC (rev 19011)
@@ -1,30 +1,15 @@
# 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 ""
+ echo "==> Run 'hwd -u' to update xorgtable, pci-, and usb.ids."
}
# 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 ""
-
+ echo "==> Run 'hwd -u' to update xorgtable, pci-, and usb.ids."
}
# arg 1: the old package version
pre_remove() {
- rm -R /etc/hwd >/dev/null 2>&1
+ rm -R /etc/hwd >/dev/null 2>&1
}
-
-op=$1
-shift
-
-$op $*
More information about the arch-commits
mailing list