updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git] / qgnokii / qgnokii.install
blob91f5e1415ba6a1fc44f6579bac6bed137b95e735
2 post_install() {
3   sed -e '/export QGNOKII_PREFIX=\/usr/d' -i /etc/profile
4   source /etc/profile
7 post_upgrade() {
8   post_install $1
11 post_remove() {
12   post_install $1
15 op=$1
16 shift
17 $op $*