summarylogtreecommitdiffstats
path: root/emacs-xlicense.install
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-xlicense.install')
-rw-r--r--emacs-xlicense.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/emacs-xlicense.install b/emacs-xlicense.install
new file mode 100644
index 000000000000..7c5c555d6fe0
--- /dev/null
+++ b/emacs-xlicense.install
@@ -0,0 +1,11 @@
+post_install() {
+cat << EOF
+ load xlicense.el:
+ (load-library "/usr/share/emacs/site-lisp/xlicense.el")
+
+EOF
+}
+
+post_upgrade() {
+ post_install
+}