gatuno-terminal/distro/archlinux/mate-terminal.install

18 lines
219 B
Plaintext
Raw Normal View History

2011-11-06 14:13:49 -06:00
pkgname=mate-terminal
post_install() {
usr/sbin/mateconfpkg --install ${pkgname}
}
pre_upgrade() {
pre_remove $1
}
post_upgrade() {
post_install $1
}
pre_remove() {
usr/sbin/mateconfpkg --uninstall ${pkgname}
}