summaryrefslogtreecommitdiff
path: root/distro/ubuntu/preinst
diff options
context:
space:
mode:
authorSteve Zesch <[email protected]>2012-05-29 12:20:44 -0400
committerSteve Zesch <[email protected]>2012-05-29 12:20:44 -0400
commit0a4385c777571efa9784dcdc3da67e030222d736 (patch)
tree61ef5da256a4e5058c106549bd373735daae4ccc /distro/ubuntu/preinst
parent44ec5aed7c1c7130caee72d56cf3a234603ef0d0 (diff)
downloadlibmateweather-0a4385c777571efa9784dcdc3da67e030222d736.tar.bz2
libmateweather-0a4385c777571efa9784dcdc3da67e030222d736.tar.xz
Removed ubuntu folder from distro.
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 90cfc2c..0000000
--- a/distro/ubuntu/preinst
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh -e
-
-pkgname=libmateweather
-
-if [ -f usr/share/mateconf/${pkgname}.schemas ]; then
- /usr/sbin/mateconfpkg --uninstall ${pkgname}
-fi
-