From 8939ec49c5218f4aaf2d49c7dd80954817f1bbb9 Mon Sep 17 00:00:00 2001 From: Steve Zesch Date: Fri, 20 Apr 2012 21:29:12 -0400 Subject: Preparing for 1.2.1 release. --- distro/ubuntu/prerm | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 distro/ubuntu/prerm (limited to 'distro/ubuntu/prerm') diff --git a/distro/ubuntu/prerm b/distro/ubuntu/prerm deleted file mode 100755 index dc9e6e11..00000000 --- a/distro/ubuntu/prerm +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -set -e - -pkgname=mate-applets - -/usr/sbin/mateconfpkg --uninstall ${pkgname} - -exit 0 -- cgit v1.2.1