]> git.pld-linux.org Git - packages/poldek.git/blame - poldek-install-debuginfo
- 2021 snap
[packages/poldek.git] / poldek-install-debuginfo
CommitLineData
f7c49e6c
ER
1#!/bin/sh
2DEBUGSOURCE=th-debuginfo
3
4poldek -q --skip-installed --sn $DEBUGSOURCE --up
5
6for dep in "$@"; do
7case "$dep" in
8 /usr/lib/debug/.build-id/*)
9 echo "search -f $dep | install"
10 ;;
11esac
12done | poldek --skip-installed --sn $DEBUGSOURCE
This page took 0.029687 seconds and 4 git commands to generate.