X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=debian%2Fpostinst;h=22d44dd80ac2a1aed4f7318c4970df97a8c97f25;hb=adc800dbc424a1e246dd4a82a0c2e88eeda25531;hp=da6c3eb29a1e4809d008ddcde9bcc4722de7a0a8;hpb=95242a64d701a8bc935115c1b9d7db324aef64c5;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