mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
6 lines
139 B
Bash
6 lines
139 B
Bash
|
if [ ! -r var/lib/rpm/Packages ]; then
|
||
|
( cd var/lib/rpm/tmp ; cp -a * .. )
|
||
|
fi
|
||
|
( cd var/lib/rpm && rm -f tmp/* && rmdir tmp )
|
||
|
# Symlinks:
|