5 lines
79 B
Plaintext
5 lines
79 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
/usr/bin/rpmdb -v --rebuilddb &&
|
||
|
/bin/rm -f /etc/rpm/macros.db1
|