[arch-commits] Commit in hwd/repos (extra-i686 extra-i686/hwd.install)

Thayer Williams thayer at archlinux.org
Thu Nov 13 20:01:36 UTC 2008


    Date: Thursday, November 13, 2008 @ 15:01:35
  Author: thayer
Revision: 19010

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-i686/	(properties)
  hwd/repos/extra-i686/hwd.install

-------------+
 hwd.install |   21 +++------------------
 1 file changed, 3 insertions(+), 18 deletions(-)


Property changes on: hwd/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /hwd/trunk:1-3105
   + /hwd/trunk:1-19009

Modified: extra-i686/hwd.install
===================================================================
--- extra-i686/hwd.install	2008-11-13 20:00:43 UTC (rev 19009)
+++ extra-i686/hwd.install	2008-11-13 20:01:35 UTC (rev 19010)
@@ -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