summaryrefslogtreecommitdiff
path: root/distro/ubuntu/preinst
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/preinst
parent1e723b72fe039940825630b0cc0935b0e80946a4 (diff)
downloadlibmatekbd-e4f05bf9db1a5e69c6a17afa35879d3757be8b85.tar.bz2
libmatekbd-e4f05bf9db1a5e69c6a17afa35879d3757be8b85.tar.xz
Remove obsolete distro folder
Diffstat (limited to 'distro/ubuntu/preinst')
-rwxr-xr-xdistro/ubuntu/preinst8
1 files changed, 0 insertions, 8 deletions
diff --git a/distro/ubuntu/preinst b/distro/ubuntu/preinst
deleted file mode 100755
index e48f7d0..0000000
--- a/distro/ubuntu/preinst
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh -e
-
-pkgname=libmatekbd
-
-if [ -f /usr/sbin/mateconfpkg ]; then
- /usr/sbin/mateconfpkg --uninstall ${pkgname}
-fi
-