summaryrefslogtreecommitdiff
path: root/poldek-install-debuginfo
blob: d4dfaf789f938904b8b46d9ac3d81511c8d0f035 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
DEBUGSOURCE=th-debuginfo

poldek -q --skip-installed --sn $DEBUGSOURCE --up

for dep in "$@"; do
case "$dep" in
	/usr/lib/debug/.build-id/*)
	echo "search -f $dep | install"
	;;
esac
done | poldek --skip-installed --sn $DEBUGSOURCE