source: npl/system/usbutils/post.usbutils

Last change on this file was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100755
File size: 239 bytes
RevLine 
[c5c522c]1#!/bin/sh
2#(c) DatuX, GPL v3
3cd /var/log/packages || exit 1
4for oldpackage in `ls | grep ^"usbutils-[0-9]\."`;
5do
6 removepkg $oldpackage || exit 1
7done
8/usr/sbin/update-usbids.sh -q || exit 1
9#update file caching
10hash -r || exit 1
11
12exit 0
Note: See TracBrowser for help on using the repository browser.