diff options
author | raveit65 <[email protected]> | 2013-10-17 23:03:05 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-11-08 17:52:55 +0100 |
commit | ee9367b059e7bb9e56cad35d54d2e79847dae151 (patch) | |
tree | d552a1192560b20039be7c24f7fa54d31fa3d2dc /distro/archlinux/mate-window-manager.install | |
parent | f5492c119a96f48663dc968355252c9108bd1644 (diff) | |
download | marco-ee9367b059e7bb9e56cad35d54d2e79847dae151.tar.bz2 marco-ee9367b059e7bb9e56cad35d54d2e79847dae151.tar.xz |
remove Distro folder
Diffstat (limited to 'distro/archlinux/mate-window-manager.install')
-rw-r--r-- | distro/archlinux/mate-window-manager.install | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/distro/archlinux/mate-window-manager.install b/distro/archlinux/mate-window-manager.install deleted file mode 100644 index 7bdd0c02..00000000 --- a/distro/archlinux/mate-window-manager.install +++ /dev/null @@ -1,17 +0,0 @@ - pkgname=mate-window-manager - -post_install() { - usr/sbin/mateconfpkg --install ${pkgname} -} - -pre_upgrade() { - pre_remove $1 -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - usr/sbin/mateconfpkg --uninstall ${pkgname} -} |