summarylogtreecommitdiffstats
path: root/urxvt-font-size.install
diff options
context:
space:
mode:
Diffstat (limited to 'urxvt-font-size.install')
-rw-r--r--urxvt-font-size.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/urxvt-font-size.install b/urxvt-font-size.install
new file mode 100644
index 000000000000..ea42921ccb35
--- /dev/null
+++ b/urxvt-font-size.install
@@ -0,0 +1,8 @@
+post_install () {
+ echo "==> For information on enabling the scripts,"
+ echo "==> see /usr/share/doc/urxvt-font-size-git/README.markdown"
+}
+
+post_upgrade () {
+ post_install $1
+}