snooscraper.install 341 B

1234567891011
  1. ## arg 1: the new package version
  2. post_install() {
  3. echo "Remember to get the default config file for snooscraper by running one of these commands...
  4. cp /usr/share/snooscraper/config ~/.config/tubeman/config
  5. cp /usr/share/snooscraper/config ~/.snooscraper
  6. ...depending where you keep your config files. Then modify it as you wish."
  7. }