X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=debian%2Fpostinst;h=22d44dd80ac2a1aed4f7318c4970df97a8c97f25;hb=33e8f4970e2a6cfb98820e32b8a125061c2013d9;hp=da6c3eb29a1e4809d008ddcde9bcc4722de7a0a8;hpb=a04a68c405b6927a6b4fdf9682f697847036ecf7;p=onak.git diff --git a/debian/postinst b/debian/postinst index da6c3eb..22d44dd 100644 --- a/debian/postinst +++ b/debian/postinst @@ -11,7 +11,7 @@ if [ "$1" = "configure" ]; then # file. onak will use the file extension to determine it's # an old style config, so we need the symlink. ln -s /etc/onak.conf.dpkg-backup /etc/onak.conf - /usr/bin/onak -c /etc/onak.conf dumpconfig /etc/onak.ini + onak -c /etc/onak.conf dumpconfig /etc/onak.ini rm /etc/onak.conf fi fi