libcvautomation/apt/update-packages.sh

20 lines
588 B
Bash
Raw Normal View History

2012-07-24 08:51:32 -04:00
#!/bin/bash -
#===============================================================================
#
# FILE: update-packages.sh
#
# USAGE: ./update-packages.sh
#
# DESCRIPTION:
#
# OPTIONS: ---
# REQUIREMENTS: ---
# BUGS: ---
# NOTES: ---
# ORGANIZATION:
# REVISION: ---
#===============================================================================
2012-07-24 12:25:27 -04:00
dpkg-scanpackages libcvautomation /dev/null | gzip -9c > libcvautomation/Packages.gz
2012-07-24 08:51:32 -04:00
dpkg-scansources libcvautomation-source /dev/null | gzip -9c > libcvautomation-source/Sources.gz