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/postinst | |
parent | 1e723b72fe039940825630b0cc0935b0e80946a4 (diff) | |
download | libmatekbd-e4f05bf9db1a5e69c6a17afa35879d3757be8b85.tar.bz2 libmatekbd-e4f05bf9db1a5e69c6a17afa35879d3757be8b85.tar.xz |
Remove obsolete distro folder
Diffstat (limited to 'distro/ubuntu/postinst')
-rwxr-xr-x | distro/ubuntu/postinst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/distro/ubuntu/postinst b/distro/ubuntu/postinst deleted file mode 100755 index 06416a1..0000000 --- a/distro/ubuntu/postinst +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -pkgname=libmatekbd - -if [ -f /usr/sbin/mateconfpkg ]; then - /usr/sbin/mateconfpkg --install ${pkgname} -fi - -exit 0 |