summaryrefslogtreecommitdiff
path: root/distro/ubuntu/prerm
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-12 05:44:22 -0300
committerPerberos <[email protected]>2011-11-12 05:44:22 -0300
commit490f2d5bb5c5fb7c5575ac1eddcd8ae15e756495 (patch)
tree08ebf8aa34c22f672a074c0f7b6a73d159bb09a9 /distro/ubuntu/prerm
parent6a04ee4e4eecb96a2461012c435fbfec1187e9e0 (diff)
downloadpluma-490f2d5bb5c5fb7c5575ac1eddcd8ae15e756495.tar.bz2
pluma-490f2d5bb5c5fb7c5575ac1eddcd8ae15e756495.tar.xz
updating distro scripts
Diffstat (limited to 'distro/ubuntu/prerm')
-rwxr-xr-xdistro/ubuntu/prerm4
1 files changed, 3 insertions, 1 deletions
diff --git a/distro/ubuntu/prerm b/distro/ubuntu/prerm
index dd14f340..565c7608 100755
--- a/distro/ubuntu/prerm
+++ b/distro/ubuntu/prerm
@@ -2,6 +2,8 @@
pkgname=mate-text-editor
-/usr/sbin/mateconfpkg --uninstall ${pkgname}
+if [ -f /usr/sbin/mateconfpkg ]; then
+ /usr/sbin/mateconfpkg --uninstall ${pkgname}
+fi
exit 0