diff options
author | Stefano Karapetsas <[email protected]> | 2013-07-17 16:00:13 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-07-17 16:00:13 +0200 |
commit | e4f05bf9db1a5e69c6a17afa35879d3757be8b85 (patch) | |
tree | 9b81c750755b2fc1edb56dd95e66505c59401e1f /distro/ubuntu/preinst | |
parent | 1e723b72fe039940825630b0cc0935b0e80946a4 (diff) | |
download | libmatekbd-e4f05bf9db1a5e69c6a17afa35879d3757be8b85.tar.bz2 libmatekbd-e4f05bf9db1a5e69c6a17afa35879d3757be8b85.tar.xz |
Remove obsolete distro folder
Diffstat (limited to 'distro/ubuntu/preinst')
-rwxr-xr-x | distro/ubuntu/preinst | 8 |
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 - |