6 lines
82 B
Plaintext
6 lines
82 B
Plaintext
case ${ACTION} in
|
|
pre)
|
|
[ "$UPDATE" = "no" ] && rm -f usr/share/info/dir
|
|
;;
|
|
esac
|