diff options
Diffstat (limited to 'core/modules/pam-common-share/module.build')
-rw-r--r-- | core/modules/pam-common-share/module.build | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/core/modules/pam-common-share/module.build b/core/modules/pam-common-share/module.build deleted file mode 100644 index 241bcd5e..00000000 --- a/core/modules/pam-common-share/module.build +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -fetch_source() { - : -} - -build() { - pinfo "Static module, nothing to build." -} - -post_copy() { - : -} |