updated on Wed Jan 25 20:08:56 UTC 2012
[aur-mirror.git] / ufsd-module / ufsd-module.install
blob52a2304fbd9e081d2147d914c06ebb738bf75b33
1 post_install() {
2   echo ">> For mount NTFS or & HFS do: mount -t ufsd {device} {mount_dir}."
3   echo ">> This module needs to be recompiled for every kernel version upgrade."
4   KERNEL_VERSION='2.6.32.51-1-lts'
5   depmod $KERNEL_VERSION > /dev/null 2>&1
8 post_upgrade() {
9   post_install
12 post_remove() {
13   KERNEL_VERSION='2.6.32.51-1-lts'
14   depmod $KERNEL_VERSION > /dev/null 2>&1