X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=ce6b014852781efac5d73f55cc52f68fd1ba7fee;hb=cfef5bc51f0bf8626bace960274112e416cd8d93;hp=d11e1ca4139d1af465d571de9eeb8e59086111f7;hpb=7c291c2637556b4f8b3ae1503e7457eecc064215;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index d11e1ca..ce6b014 100755 --- a/setup.sh +++ b/setup.sh @@ -29,10 +29,12 @@ if test x"`os`" = xdarwin; then fi if test x"`os`" = xdebian; then # Necessary as aptitude rewrites the config file on every start. - generate cat debian/aptitude/config .real + generate cat debian/aptitude/config .in # aptitude/config uses // as comment instead of #. sed -i 's|^#|//|' debian/aptitude/config link debian/aptitude ~/.aptitude - link debian/reportbugrc ~/.reportbugrc + if installed reportbug; then + link debian/reportbugrc ~/.reportbugrc + fi fi