diff options
Diffstat (limited to 'abs/extra/crystalhd-git/crystalhd-git.install')
-rw-r--r-- | abs/extra/crystalhd-git/crystalhd-git.install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/abs/extra/crystalhd-git/crystalhd-git.install b/abs/extra/crystalhd-git/crystalhd-git.install new file mode 100644 index 0000000..077905e --- /dev/null +++ b/abs/extra/crystalhd-git/crystalhd-git.install @@ -0,0 +1,6 @@ +post_install () { + depmod -a +} +post_upgrade() { + post_install +} |