summarylogtreecommitdiffstats
path: root/swiftfetch.install
blob: e2a56469e427bb1ecef397479843e8e6dcf1ad00 (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo "Please copy the default configuration into your home:"
  echo "mkdir ~/.config/swiftfetch"
  echo "cp /usr/share/swiftfetch/config.toml ~/.config/swiftfetch/config.toml"
}
post_upgrade() {
  post_install
}