File: postinst

package info (click to toggle)
profile-cleaner 2.45-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 112 kB
  • sloc: sh: 387; makefile: 38
file content (10 lines) | stat: -rw-r--r-- 542 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -e
echo '--------------------------------------------------------------------------'
echo '  Make sure that target browsers or email clients are not running when'
echo '  invoking profile-cleaner. Failure to do so will result in the open files'
echo '  NOT getting cleaned and reindexed.'
echo
echo '  $HOME/.config/profile-cleaner.conf will be created when the script is'
echo '  called to run the first time. Edit it to select a color scheme.'
echo '--------------------------------------------------------------------------'