blob: 737f345f5cec9c9aaa6e25f0936237ecdf915638 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_install() {
echo "==> Please copy the config files in /usr/share/higan to ~/.config/higan"
echo "==> Higan needs these files to run correctly."
echo "==> Create a config directory for ananke in ~/.config/ananke"
}
post_upgrade() {
echo "==> Please copy the config files in /usr/share/higan to ~/.config/higan"
echo "==> Higan needs these files to run correctly."
echo "==> Create a config directory for ananke in ~/.config/ananke"
}
|