summarylogtreecommitdiffstats
path: root/pagermaid-modify-git.install
blob: c615481195e8060893648a6abf9c4c9391de5cbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
my_msg(){
cat <<EOF

    在运行 pagermaid.service 前请先在终端执行
        (cd /var/lib/pagermaid; sudo -u pagermaid pagermaid)
    以生成 pagermaid.session

EOF
}

post_install(){
  my_msg
}

post_upgrade(){
  my_msg
}