diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2010-04-11 00:00:58 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2010-04-11 00:00:58 +0200 |
commit | 6770bf05cfeefbc3e9dcb50301b0a27ca015e3da (patch) | |
tree | d79da2abb09faad51729c9b2fdc3455f550f80e0 /debian/i3status.postinst | |
parent | 15969ba680f5723038ad6d1b8bb204348108a2dc (diff) |
debian: update packaging2.1
Diffstat (limited to 'debian/i3status.postinst')
-rw-r--r-- | debian/i3status.postinst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/i3status.postinst b/debian/i3status.postinst index bf67a48..7a385c8 100644 --- a/debian/i3status.postinst +++ b/debian/i3status.postinst @@ -1,5 +1,7 @@ #!/bin/sh +set -e + # Allow users to get the speed of ethernet interfaces. This is not a security # issue as i3status only queries the speed, it does not change any # configuration. |