diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-09-27 22:33:27 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-29 17:17:38 -0500 |
commit | b4124b80c7639cba293eae79ad22aaedaeade711 (patch) | |
tree | 129e75ac2009f74043b8af03afff4737b8e58a93 /desktop/bashrun2/doinst.sh | |
parent | 60ddb9241d4da3a0ada835a78fc621ef39cb6c90 (diff) | |
download | slackbuilds-b4124b80c7639cba293eae79ad22aaedaeade711.tar.gz |
desktop/bashrun2: Fixed (Don't clobber config files)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop/bashrun2/doinst.sh')
-rw-r--r-- | desktop/bashrun2/doinst.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/bashrun2/doinst.sh b/desktop/bashrun2/doinst.sh index ac45714e3d..08abe5b2b9 100644 --- a/desktop/bashrun2/doinst.sh +++ b/desktop/bashrun2/doinst.sh @@ -12,3 +12,5 @@ config() { } config etc/xdg/bashrun2/bashrun2.rc.new +config etc/xdg/bashrun2/plugins/terminal.rc.new +config etc/bash_completion.d/bashrun2.new |