summaryrefslogtreecommitdiffstats
path: root/scripts/dbg_rpminst
blob: ea70278c1932d3d1fc0006dea3c926e13ea75f49 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

BUILDDIR="00_builddir"

cd "$BUILDDIR" || exit 1

yum -y -C erase 'abrt*' 'libreport*' 'report*'
yum -y -C --nogpgcheck localinstall *.rpm
killall -HUP dbus-daemon