diff --git a/debian/changelog b/debian/changelog index 8a609e0..b53b3a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +poll-xrandr (1.3) stable; urgency=medium + + * Add a postinst to exec bash and reload the bash completion. + * Cleanup whitespace. + * Fix changelog distribution name. + + -- Nicholas Alipaz Fri, 20 Mar 2015 10:36:03 -0700 + poll-xrandr (1.2) stable; urgency=medium * Change to only using autorandr --change command. diff --git a/equivs.control b/equivs.control index 9f8a05d..ac8568b 100644 --- a/equivs.control +++ b/equivs.control @@ -3,11 +3,12 @@ Priority: optional Homepage: https://github.com/nalipaz/poll-xrandr Standards-Version: 3.9.2 Package: poll-xrandr -Version: 1.2 +Version: 1.3 Maintainer: Nicholas Alipaz Depends: grep, coreutils Architecture: all Changelog: debian/changelog Readme: README.md Files: poll-xrandr /usr/bin/ +Postinst: postinst Description: Poll xrandr for layout changes and run a command diff --git a/postinst b/postinst new file mode 100755 index 0000000..71087f9 --- /dev/null +++ b/postinst @@ -0,0 +1,3 @@ +#!/bin/bash +## This will reload our bash completion so it works right away. +exec bash