summarylogtreecommitdiffstats
path: root/gpmdp2text.install
diff options
context:
space:
mode:
Diffstat (limited to 'gpmdp2text.install')
-rw-r--r--gpmdp2text.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/gpmdp2text.install b/gpmdp2text.install
new file mode 100644
index 000000000000..62293b42f0bb
--- /dev/null
+++ b/gpmdp2text.install
@@ -0,0 +1,7 @@
+post_install() {
+ echo -e "Don't forget to enable gpmdp2text.service with the command \"systemctl --user enable --now gpmdp2text.service\""
+}
+
+post_upgrade() {
+ post_install
+} \ No newline at end of file