summarylogtreecommitdiffstats
path: root/awesome-scratch-git.install
blob: 408b9a75b26fce22a3a27eaec1d876a368ad80b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

post_install() {
cat << _EOF

==> scratch installation notes:
    ----------------------------------------
    In June 2012 scratch module was ported to Lua 5.2, which changes the
    way this module is loaded to remain backwards compatible with Lua 5.1
    installations:
        local scratch = require("scratch")
    
_EOF

}

post_upgrade() {
        post_install
}

op=$1
shift
$op $*