summarylogtreecommitdiffstats
path: root/byobu.install
diff options
context:
space:
mode:
authorSibren Vasse2016-01-08 01:59:21 +0100
committerSibren Vasse2016-01-08 01:59:21 +0100
commitbee18671eeff8ff5ff239a1e638f04a4ea4038bb (patch)
treeadae04ec9a66b305b433655083a17f8d8ba0b3b8 /byobu.install
parent5dd49bb55874dc289942a10c2ecd129adf7af35d (diff)
downloadaur-bee18671eeff8ff5ff239a1e638f04a4ea4038bb.tar.gz
Update to 5.100
Diffstat (limited to 'byobu.install')
-rw-r--r--byobu.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/byobu.install b/byobu.install
new file mode 100644
index 000000000000..2a7b0d145ca9
--- /dev/null
+++ b/byobu.install
@@ -0,0 +1,13 @@
+post_install() {
+ echo ""
+ echo " ====== "
+ echo " You should symlink one of /usr/share/byobu/desktop/byobu.desktop{,.old} to /usr/share/applications/"
+ echo " See: https://launchpad.net/ubuntu/+source/byobu/5.100-0ubuntu1"
+ echo " ====== "
+ echo ""
+}
+
+post_upgrade() {
+ post_install
+}
+