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]>2013-07-17 16:00:13 +0200
commite4f05bf9db1a5e69c6a17afa35879d3757be8b85 (patch)
tree9b81c750755b2fc1edb56dd95e66505c59401e1f /distro/ubuntu/prerm
parent1e723b72fe039940825630b0cc0935b0e80946a4 (diff)
downloadlibmatekbd-e4f05bf9db1a5e69c6a17afa35879d3757be8b85.tar.bz2
libmatekbd-e4f05bf9db1a5e69c6a17afa35879d3757be8b85.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