Delete repoquery-sorted script

This was used previously by the caching infrastructure, but is no
longer used.
This commit is contained in:
Colin Walters 2014-06-06 14:13:02 -04:00
parent 3256ba5383
commit c8c54d5095
2 changed files with 1 additions and 4 deletions

View File

@ -15,7 +15,7 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
privlib_SCRIPTS = src/repoquery-sorted
privlib_SCRIPTS =
bin_PROGRAMS += rpm-ostree

View File

@ -1,3 +0,0 @@
#!/bin/sh
set -e
repoquery "$@" | sort -u