updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git] / arch-daemon / arch-daemon.install
blobae80ea7261be8443b540fd2ff4b2d91fc0580ae0
1 # Warning that the syntax has changed since 2.0
2 post_upgrade() {
3     oldver=$2
4     if [[ $oldver == 1* ]]; then
5         echo '============================================='
6         echo ' NOTE: The syntax of arch-daemon has changed '
7         echo ' since version 2.0. In short, dashes are no  '
8         echo ' longer needed. For example:'
9         echo '     daemon s cups httpd'
10         echo ' See the files CHANGES and README for more:'
11         echo ' https://github.com/cassava/arch-daemon'
12         echo '============================================='
13     fi