summaryrefslogtreecommitdiffstats
path: root/core/modules/cups
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/cups
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/cups')
-rw-r--r--core/modules/cups/module.build1
-rw-r--r--core/modules/cups/module.conf1
-rw-r--r--core/modules/cups/module.conf.debian1
-rw-r--r--core/modules/cups/module.conf.fedora1
-rw-r--r--core/modules/cups/module.conf.opensuse1
-rw-r--r--core/modules/cups/module.conf.opensuse.13.21
-rw-r--r--core/modules/cups/module.conf.ubuntu1
-rw-r--r--core/modules/cups/module.conf.ubuntu.121
-rw-r--r--core/modules/cups/module.conf.ubuntu.131
-rw-r--r--core/modules/cups/module.conf.ubuntu.13.101
-rw-r--r--core/modules/cups/module.conf.ubuntu.141
-rw-r--r--core/modules/cups/module.conf.ubuntu.161
12 files changed, 12 insertions, 0 deletions
diff --git a/core/modules/cups/module.build b/core/modules/cups/module.build
index 2b29bb7d..50b8b286 100644
--- a/core/modules/cups/module.build
+++ b/core/modules/cups/module.build
@@ -1,4 +1,5 @@
#!/bin/bash
+#!/bin/bash
fetch_source() {
:
diff --git a/core/modules/cups/module.conf b/core/modules/cups/module.conf
index 6ec99ac9..b802b66b 100644
--- a/core/modules/cups/module.conf
+++ b/core/modules/cups/module.conf
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_BINARIES="
cupsd
foomatic-rip
diff --git a/core/modules/cups/module.conf.debian b/core/modules/cups/module.conf.debian
index 1bb1efad..32a64f1d 100644
--- a/core/modules/cups/module.conf.debian
+++ b/core/modules/cups/module.conf.debian
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
cups-daemon
ghostscript
diff --git a/core/modules/cups/module.conf.fedora b/core/modules/cups/module.conf.fedora
index 6b028b11..08c65357 100644
--- a/core/modules/cups/module.conf.fedora
+++ b/core/modules/cups/module.conf.fedora
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
cups
cups-libs
diff --git a/core/modules/cups/module.conf.opensuse b/core/modules/cups/module.conf.opensuse
index 6b028b11..08c65357 100644
--- a/core/modules/cups/module.conf.opensuse
+++ b/core/modules/cups/module.conf.opensuse
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
cups
cups-libs
diff --git a/core/modules/cups/module.conf.opensuse.13.2 b/core/modules/cups/module.conf.opensuse.13.2
index ebe832dd..0254a3de 100644
--- a/core/modules/cups/module.conf.opensuse.13.2
+++ b/core/modules/cups/module.conf.opensuse.13.2
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
cups
cups-libs
diff --git a/core/modules/cups/module.conf.ubuntu b/core/modules/cups/module.conf.ubuntu
index 8ca1d1c6..5c4d995a 100644
--- a/core/modules/cups/module.conf.ubuntu
+++ b/core/modules/cups/module.conf.ubuntu
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
cups
ghostscript-cups
diff --git a/core/modules/cups/module.conf.ubuntu.12 b/core/modules/cups/module.conf.ubuntu.12
index e858e04c..b14a693f 100644
--- a/core/modules/cups/module.conf.ubuntu.12
+++ b/core/modules/cups/module.conf.ubuntu.12
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
ghostscript
cups
diff --git a/core/modules/cups/module.conf.ubuntu.13 b/core/modules/cups/module.conf.ubuntu.13
index 53c8d62d..06bf18ab 100644
--- a/core/modules/cups/module.conf.ubuntu.13
+++ b/core/modules/cups/module.conf.ubuntu.13
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
cups
cups-daemon
diff --git a/core/modules/cups/module.conf.ubuntu.13.10 b/core/modules/cups/module.conf.ubuntu.13.10
index d3fa3b5d..1c63454f 100644
--- a/core/modules/cups/module.conf.ubuntu.13.10
+++ b/core/modules/cups/module.conf.ubuntu.13.10
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
cups
cups-daemon
diff --git a/core/modules/cups/module.conf.ubuntu.14 b/core/modules/cups/module.conf.ubuntu.14
index 23207e5b..d019d8c3 100644
--- a/core/modules/cups/module.conf.ubuntu.14
+++ b/core/modules/cups/module.conf.ubuntu.14
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
cups
cups-daemon
diff --git a/core/modules/cups/module.conf.ubuntu.16 b/core/modules/cups/module.conf.ubuntu.16
index 23207e5b..d019d8c3 100644
--- a/core/modules/cups/module.conf.ubuntu.16
+++ b/core/modules/cups/module.conf.ubuntu.16
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
cups
cups-daemon