summaryrefslogtreecommitdiffstats
path: root/core/modules/polkit
diff options
context:
space:
mode:
authorSimon Rettberg2017-02-28 22:28:55 +0100
committerSimon Rettberg2017-02-28 22:28:55 +0100
commitc79dec3ba517967c09ef398b20d577271774df19 (patch)
tree163608e6b443aff1d1380d8308589c9c9e9a6952 /core/modules/polkit
parent[beamergui] FFS, use brain! (name binary properly, include in target) (diff)
downloadmltk-c79dec3ba517967c09ef398b20d577271774df19.tar.gz
mltk-c79dec3ba517967c09ef398b20d577271774df19.tar.xz
mltk-c79dec3ba517967c09ef398b20d577271774df19.zip
Add bash shebangs to all our includes:
github misidentifies lots of includes in its code stats and syntax highlighting. Try to make it a nicer place by giving it a hint via that shebang. It's actually useless in files that are being sourced, but it doesn't hurt either.
Diffstat (limited to 'core/modules/polkit')
-rw-r--r--core/modules/polkit/module.build1
-rw-r--r--core/modules/polkit/module.conf1
-rw-r--r--core/modules/polkit/module.conf.debian1
-rw-r--r--core/modules/polkit/module.conf.fedora1
-rw-r--r--core/modules/polkit/module.conf.opensuse1
-rw-r--r--core/modules/polkit/module.conf.ubuntu1
6 files changed, 6 insertions, 0 deletions
diff --git a/core/modules/polkit/module.build b/core/modules/polkit/module.build
index 26b11370..634d9c87 100644
--- a/core/modules/polkit/module.build
+++ b/core/modules/polkit/module.build
@@ -1,3 +1,4 @@
+#!/bin/bash
#tool/distro specific functions for fetching, building and installing dependencies
diff --git a/core/modules/polkit/module.conf b/core/modules/polkit/module.conf
index 97d4b892..de574ee0 100644
--- a/core/modules/polkit/module.conf
+++ b/core/modules/polkit/module.conf
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_DIRECTORIES="
/etc/pam.d
/etc/polkit-1
diff --git a/core/modules/polkit/module.conf.debian b/core/modules/polkit/module.conf.debian
index 5684a504..732c3dd9 100644
--- a/core/modules/polkit/module.conf.debian
+++ b/core/modules/polkit/module.conf.debian
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
libmozjs185-1.0
policykit-1
diff --git a/core/modules/polkit/module.conf.fedora b/core/modules/polkit/module.conf.fedora
index 3d4d965d..87ca7e92 100644
--- a/core/modules/polkit/module.conf.fedora
+++ b/core/modules/polkit/module.conf.fedora
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
js-1.8.5
"
diff --git a/core/modules/polkit/module.conf.opensuse b/core/modules/polkit/module.conf.opensuse
index e7c1f369..ced955ba 100644
--- a/core/modules/polkit/module.conf.opensuse
+++ b/core/modules/polkit/module.conf.opensuse
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
libmozjs185-1_0
"
diff --git a/core/modules/polkit/module.conf.ubuntu b/core/modules/polkit/module.conf.ubuntu
index eb2f88d1..db4e5523 100644
--- a/core/modules/polkit/module.conf.ubuntu
+++ b/core/modules/polkit/module.conf.ubuntu
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
libmozjs185-1.0
"