summarylogtreecommitdiffstats
path: root/crystal-launcher.install
diff options
context:
space:
mode:
Diffstat (limited to 'crystal-launcher.install')
-rw-r--r--crystal-launcher.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/crystal-launcher.install b/crystal-launcher.install
new file mode 100644
index 000000000000..b964b407222d
--- /dev/null
+++ b/crystal-launcher.install
@@ -0,0 +1,19 @@
+# Based on the prototype here:
+# /usr/share/pacman/proto.install
+
+post_install() {
+ echo "If you would like to configure a specific directory for the launcher files,"
+ echo "write the desired path to the file '.crystalinst' in your home directory."
+ echo
+ echo "An example is:"
+ echo ' echo "/PATH/FOR/LAUNCHER" > $HOME/.crystalinst'
+}
+
+post_remove() {
+ echo "Remember to remove the launcher files!"
+ echo
+ echo "You can see where the files are stored via:"
+ echo ' cat $HOME/.crystalinst'
+ echo "You can then remove the files via:"
+ echo " rm -rfv /PATH/FOR/LAUNCHER"
+}