diff options
Diffstat (limited to 'community-testing/cdfs/cdfs.install')
-rw-r--r-- | community-testing/cdfs/cdfs.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community-testing/cdfs/cdfs.install b/community-testing/cdfs/cdfs.install new file mode 100644 index 000000000..3693d60ed --- /dev/null +++ b/community-testing/cdfs/cdfs.install @@ -0,0 +1,11 @@ +post_install() { + /sbin/depmod -a +} + +post_upgrade() { + /sbin/depmod -a +} + +post_remove() { + /sbin/depmod -a +} |