summaryrefslogtreecommitdiff
path: root/distro/ubuntu/prerm
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-07-17 16:00:13 +0200
committerStefano Karapetsas <[email protected]>2014-01-01 14:12:33 +0100
commit2e9a5504af1b224b852f1d70ccf75810612eaf3f (patch)
tree6359b5a26dfc993b31f7192733f00a5bab0654a5 /distro/ubuntu/prerm
parent85f870a9b42216e658e31ef4451f60eb9c65a69a (diff)
downloadlibmatekbd-2e9a5504af1b224b852f1d70ccf75810612eaf3f.tar.bz2
libmatekbd-2e9a5504af1b224b852f1d70ccf75810612eaf3f.tar.xz
Remove obsolete distro folder
Diffstat (limited to 'distro/ubuntu/prerm')
-rwxr-xr-xdistro/ubuntu/prerm11
1 files changed, 0 insertions, 11 deletions
diff --git a/distro/ubuntu/prerm b/distro/ubuntu/prerm
deleted file mode 100755
index 1b58440..0000000
--- a/distro/ubuntu/prerm
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-set -e
-
-pkgname=libmatekbd
-
-if [ -f /usr/sbin/mateconfpkg ]; then
- /usr/sbin/mateconfpkg --uninstall ${pkgname}
-fi
-
-exit 0