10 lines
195 B
Bash
Executable File
10 lines
195 B
Bash
Executable File
#!/bin/bash
|
|
|
|
/usr/sbin/env-update && source /etc/profile
|
|
|
|
# Generate list of installed packages
|
|
equo query list installed -qv > /etc/sabayon-pkglist
|
|
|
|
# remove hw hash
|
|
rm -f /etc/entropy/.hw.hash
|