mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
5 lines
175 B
Bash
5 lines
175 B
Bash
|
# remove existing fdi cache to recognize newly installed fdi files
|
||
|
# and restart hal to regenerate the cache
|
||
|
rm -f var/cache/hald/fdi-cache
|
||
|
chroot . /etc/rc.d/rc.hald restart
|