updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / dm2linux / dm2linux.install
blobd2c02c0e76404794ad0d64b56fb65243f1cd5a29
1 post_install() {
2 echo "Depmod..."
3 depmod -ae
6 post_upgrade() {
7   post_install
10 post_remove() {
11   post_install