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

BUILDDIR="00_builddir"

cd "$BUILDDIR" || exit 1

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