aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2016-10-12 15:23:14 +0100
committerLeah Rowe <info@minifree.org>2016-10-12 15:23:14 +0100
commitec6f90a90fed3e3bdf841d56a3f9ded7ae7b3f66 (patch)
tree402205a99aee0daff15e412e4fad3fd32e1e7226 /resources
parentf68fc69e751ea99ccd55a1cafc44bc5907a77a5c (diff)
downloadlibrebootfr-ec6f90a90fed3e3bdf841d56a3f9ded7ae7b3f66.tar.gz
librebootfr-ec6f90a90fed3e3bdf841d56a3f9ded7ae7b3f66.zip
Delete all references to Trisquel in the documentation
Diffstat (limited to 'resources')
-rwxr-xr-xresources/scripts/helpers/build/dependencies/debian2
-rwxr-xr-xresources/scripts/helpers/build/dependencies/parabola2
-rwxr-xr-xresources/scripts/helpers/build/release/tobuild2
-rwxr-xr-xresources/scripts/helpers/build/release/util2
-rwxr-xr-xresources/scripts/misc/powertop.debian4
-rw-r--r--resources/utilities/macbook21-three-finger-tap/README2
6 files changed, 6 insertions, 8 deletions
diff --git a/resources/scripts/helpers/build/dependencies/debian b/resources/scripts/helpers/build/dependencies/debian
index 2e47371c..e5af8bab 100755
--- a/resources/scripts/helpers/build/dependencies/debian
+++ b/resources/scripts/helpers/build/dependencies/debian
@@ -1,6 +1,6 @@
#!/bin/bash
-# for_trisquel7 script: installs build dependencies for Trisquel 7
+# script: installs build dependencies for Debian
#
# Copyright (C) 2014, 2015 Leah Rowe <info@minifree.org>
#
diff --git a/resources/scripts/helpers/build/dependencies/parabola b/resources/scripts/helpers/build/dependencies/parabola
index 44052418..5180c8cc 100755
--- a/resources/scripts/helpers/build/dependencies/parabola
+++ b/resources/scripts/helpers/build/dependencies/parabola
@@ -2,7 +2,7 @@
# helper script: installs build dependencies for Parabola
-# this script is based on the script for Trisquel 7
+# this script is based on the script for Debian
#
# Copyright (C) 2014, 2015 Leah Rowe <info@minifree.org>
# Copyright (C) 2015 Klemens Nanni <klemens@posteo.de>
diff --git a/resources/scripts/helpers/build/release/tobuild b/resources/scripts/helpers/build/release/tobuild
index b3a9fb0c..5b7890e2 100755
--- a/resources/scripts/helpers/build/release/tobuild
+++ b/resources/scripts/helpers/build/release/tobuild
@@ -69,7 +69,7 @@ cp "resources/scripts/helpers/build/clean/bucts" "${distdir}/resources/scripts/h
cp "resources/scripts/helpers/build/clean/flashrom" "${distdir}/resources/scripts/helpers/build/clean/"
cp "resources/scripts/helpers/build/module/bucts" "${distdir}/resources/scripts/helpers/build/module/"
cp "resources/scripts/helpers/build/module/flashrom" "${distdir}/resources/scripts/helpers/build/module/"
-cp "resources/scripts/misc/powertop.trisquel7" "${distdir}/"
+cp "resources/scripts/misc/powertop.debian" "${distdir}/"
# this has to be done before generating
# the "version" file
diff --git a/resources/scripts/helpers/build/release/util b/resources/scripts/helpers/build/release/util
index df4bd6be..a6d3fa62 100755
--- a/resources/scripts/helpers/build/release/util
+++ b/resources/scripts/helpers/build/release/util
@@ -230,7 +230,7 @@ cd "../../"
cp "flash" "${distdir}/"
# powertop script
-cp "resources/scripts/misc/powertop.trisquel7" "${distdir}/"
+cp "resources/scripts/misc/powertop.debian" "${distdir}/"
printf "\n\n"
diff --git a/resources/scripts/misc/powertop.debian b/resources/scripts/misc/powertop.debian
index 1e29f38a..1227041e 100755
--- a/resources/scripts/misc/powertop.debian
+++ b/resources/scripts/misc/powertop.debian
@@ -1,6 +1,6 @@
#!/bin/bash
-# powertop.trisquel7: automatically sets up powertop --auto-tune on startup in trisquel 7
+# powertop.debian: automatically sets up powertop --auto-tune on startup in Debian
#
# Copyright (C) 2014, 2015 Leah Rowe <info@minifree.org>
#
@@ -26,7 +26,7 @@ if [ $EUID -ne 0 ]; then
exit 1
fi
-# For Trisquel 7 users.
+# For Debian users.
apt-get -y install powertop
diff --git a/resources/utilities/macbook21-three-finger-tap/README b/resources/utilities/macbook21-three-finger-tap/README
index dbd1e11d..c91fb7f3 100644
--- a/resources/utilities/macbook21-three-finger-tap/README
+++ b/resources/utilities/macbook21-three-finger-tap/README
@@ -6,8 +6,6 @@ for "button 2" or "middle click" when you log in to GNOME.
It was written for the macbook2,1 touchpad but may be useful
for other hardware as well.
-It has been confirmed to work on Trisquel GNU/Linux 7.0.
-
Conditions for redistribution
=============================