mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
13 lines
368 B
Plaintext
13 lines
368 B
Plaintext
## arg 1: the new package version
|
|
post_install() {
|
|
post_upgrade
|
|
}
|
|
|
|
## arg 1: the new package version
|
|
## arg 2: the old package version
|
|
post_upgrade() {
|
|
echo 'You should copy the /usr/share/bsnes/profile/ data into your'
|
|
echo '~/.config/bsnes/ folder unless you have already done so. It contains'
|
|
echo 'files that the emulator needs to function properly.'
|
|
}
|