summarylogtreecommitdiffstats
path: root/NinFSGUI.install
diff options
context:
space:
mode:
Diffstat (limited to 'NinFSGUI.install')
-rw-r--r--NinFSGUI.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/NinFSGUI.install b/NinFSGUI.install
new file mode 100644
index 000000000000..07afb2ebbafb
--- /dev/null
+++ b/NinFSGUI.install
@@ -0,0 +1,6 @@
+post_upgrade() {
+ echo " >> You'll need the respective terminal for your DE for gui to open."
+ echo " >> Mate for example uses xterm to open a terminal=true set .desktop."
+ echo " >> XFCE uses xfce4-terminal."
+ echo " >> Check what does your respective DE uses and install it."
+}