diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-10 15:10:58 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-10 15:10:58 +0100 |
commit | 9f050463d1b34e3f36a54aeb9ef65217530f2cd0 (patch) | |
tree | 0a4fca87cb224834876e3c5cf79375619bca75a4 /extra/gnome-pilot/gnome-pilot.install | |
parent | bf8d5e47ebdb788735d74c8232db8ec4a724a0bb (diff) |
Remove packages missing from abs.
Diffstat (limited to 'extra/gnome-pilot/gnome-pilot.install')
-rw-r--r-- | extra/gnome-pilot/gnome-pilot.install | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/extra/gnome-pilot/gnome-pilot.install b/extra/gnome-pilot/gnome-pilot.install deleted file mode 100644 index 616daa0e4..000000000 --- a/extra/gnome-pilot/gnome-pilot.install +++ /dev/null @@ -1,17 +0,0 @@ -pkgname=gnome-pilot - -post_install() { - usr/sbin/gconfpkg --install ${pkgname} -} - -pre_upgrade() { - pre_remove $1 -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - usr/sbin/gconfpkg --uninstall ${pkgname} -} |