ltcp/aufgabe4.2/modules/modules.install

11 lines
304 B
Plaintext
Raw Normal View History

2013-12-01 20:17:51 +00:00
post_install() {
echo 'Please run the following command for every user of Modules package'
echo ' /usr/local/Modules/default/bin/add.modules'
echo 'You will likely have to log out and in again to have the environment'
echo 'configured properly'
}
post_upgrade() {
post_install $1
}