summarylogtreecommitdiffstats
path: root/refind-theme-matrix.install
diff options
context:
space:
mode:
Diffstat (limited to 'refind-theme-matrix.install')
-rw-r--r--refind-theme-matrix.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/refind-theme-matrix.install b/refind-theme-matrix.install
new file mode 100644
index 000000000000..252b01029df1
--- /dev/null
+++ b/refind-theme-matrix.install
@@ -0,0 +1,6 @@
+post_install() {
+ echo 'Remember to add "include themes/Matrix-rEFInd/theme.conf" to your refind.conf file'
+}
+post_remove() {
+ echo 'Remember to remove "include themes/Matrix-rEFInd/theme.conf" from your refind.conf file'
+}