summarylogtreecommitdiffstats
path: root/clerk-git.install
blob: 004d2ba1feeb688da3541b0f38053fedc5ef993e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash
post_install() {
echo '
to use clerk you need to copy /usr/share/doc/clerk/clerk.conf and clerk.tmux to $HOME/.config/clerk/
and edit it to your needs.
You can also run clerk_setup to create a default config for your user.
'
}

post_upgrade() {
echo '
Keep in mind, that clerk-git now installs the perl version which comes with its own config.
Copy /usr/share/doc/clerk/clerk.tmux and /usr/share/doc/clerk/clerk.conf to $HOME/.config/clerk
and edit them to your needs.
Or run clerk_setup (as user) to automate these steps.
'
}
#post_install