8 lines
87 B
Bash
Executable File

#!/bin/bash
echo "Update man page"
mandb 2>&1 > /dev/null
echo "Fin d'installation"