Delete repoquery-sorted script
This was used previously by the caching infrastructure, but is no longer used.
This commit is contained in:
parent
3256ba5383
commit
c8c54d5095
@ -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
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
repoquery "$@" | sort -u
|
Loading…
Reference in New Issue
Block a user