summaryrefslogtreecommitdiff
path: root/pacman-g2.hook
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-01-04 13:10:58 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-01-04 13:10:58 -0500
commit190840812950b1c400f3c0f9b2db301b6d83dad8 (patch)
tree10dd946cfa8afc1531169bf82e2f786d91dbc54c /pacman-g2.hook
parent32f741f98e4c444060f1dc1a96623eb5976ee21a (diff)
formatting
Diffstat (limited to 'pacman-g2.hook')
-rw-r--r--pacman-g2.hook6
1 files changed, 2 insertions, 4 deletions
diff --git a/pacman-g2.hook b/pacman-g2.hook
index 4670a07..bed39f0 100644
--- a/pacman-g2.hook
+++ b/pacman-g2.hook
@@ -1,14 +1,12 @@
#!/bin/sh
-pre_sysupgrade()
-{
+pre_sysupgrade() {
if [ -x /usr/bin/etckeeper ]; then
etckeeper pre-apt
fi
}
-post_sysupgrade()
-{
+post_sysupgrade() {
if [ -x /usr/bin/etckeeper ]; then
etckeeper post-apt
fi